Get Beneficiary by ID

Method and URL

GET [BASE_URL]/xb/beneficiary/:id

Request Params

Key
Value

id

{{ uuid }}

Response

Response Body

{
    "code": "00",
    "message": "Success",
    "data": {
        "uuid": "88597577-edc6-43f0-90ac-378683a9640b",
        "name": "Mark Jobs",
        "accountType": "Individual",
        "address": "New York City",
        "city": "New York City",
        "postcode": "10005",
        "state": "New York",
        "countryCode": "US",
        "identificationType": "Kartu Tanda Penduduk",
        "identificationNumber": "13711189286238",
        "accountNumber": "52342346545101",
        "bankName": "Bank of America",
        "bankCode": "545343545345354",
        "contactCountryCode": "+1",
        "contactNumber": "0867876234",
        "email": "markjacobs@gmail.com",
        “payoutMethod”: “WALLET”, → not yet
        "createdAt": "2024-09-04T18:22:51Z",
        "updatedAt": "2024-11-04T05:46:22Z",
        "deactivatedAt": "2024-11-04T04:57:05Z"
    }
}

Last updated