Get Sender List
Method and URL
GET
[BASE_URL]/xb/sender/list
Response
Response Body
{
"code": "00",
"message": "Success",
"data": [
{
"accountType": "Individual",
"address": "JL Tepok",
"bankAccountNumber": "",
"city": "Kabupaten Nduga",
"contactCountryCode": "+675",
"contactNumber": "8976416255",
"countryCode": "ID",
"createdAt": "2024-10-25T10:01:55Z",
"dob": "2024/10/24",
"identificationNumber": "35000736213",
"identificationType": "Passport",
"merchantId": "922e39ab-7565-49f6-b84f-fb56122821ae",
"name": "Benef Name",
"postcode": "65162",
"sourceOfFunds": "Corporate account",
"sourceOfIncome": "Business Owner",
"state": "Papua Pegunungan",
"updatedAt": "2024-10-25T10:01:55Z",
"uuid": "8bfe2ed8-b49b-44c4-8807-3814f9bf1ef4"
},
{
"accountType": "Individual",
"address": "Kebon Jeruk",
"bankAccountNumber": "",
"city": "Kabupaten Sumbawa Barat",
"contactCountryCode": "+62",
"contactNumber": "81331046443",
"countryCode": "ID",
"createdAt": "2024-10-25T09:11:38Z",
"dob": "2002/07/08",
"identificationNumber": "35000090909098",
"identificationType": "Kartu Tanda Penduduk",
"merchantId": "922e39ab-7565-49f6-b84f-fb56122821ae",
"name": "Vio Putri",
"postcode": "541777",
"sourceOfFunds": "Corporate account",
"sourceOfIncome": "Salary",
"state": "Nusa Tenggara Barat",
"updatedAt": "2024-10-25T09:12:23Z",
"uuid": "ab2bee5f-770d-4fd8-9788-b9a0c5cf3fdf"
}
],
"pagination": {
"page": 2,
"perPage": 2,
"totalItems": 33,
"totalPages": 17,
"fetchAll": false
}
}
Last updated