Skip to main content

Get Beneficiaries

Endpoint: GET https://api.zamp.finance/api/client/:clientid/customer/:customerid/beneficiaries

Get the details of all merchant beneficiaries

Response JSON Representation

{
"data": [
{
"id": "probo_2nkWVvtSyESgNZKLDQHRtf_05_23",
"beneficiary_name": "Chan",
"beneficiary_account_type": "",
"beneficiary_address": "",
"beneficiary_city": "",
"beneficiary_country_code": "",
"beneficiary_email": "",
"beneficiary_postcode": "",
"beneficiary_state": "",
"beneficiary_contact_country_code": "",
"beneficiary_contact_number": "",
"destination_currency": "",
"destination_country": "",
"beneficiary_account_number": "0xe6e397af5aa1686655e868a09015f428281844fa",
"beneficiary_alias": "",
"beneficiary_bank_name": "",
"payout_method": "CRYPTO",
"transfer_type": "",
"routing_code_type_1": "NETWORK",
"routing_code_value_1": "ETHEREUM",
"routing_code_type_2": "",
"routing_code_value_2": "",
"created_at": "2023-05-23T12:54:38.576853072Z",
"updated_at": "2023-05-23T12:54:38.576853187Z"
},
{
"beneficiary_name": "VARNI TECH",
"beneficiary_account_type": "Corporate",
"beneficiary_address": "651 N Broad St Suite 201",
"beneficiary_city": "Middletown",
"beneficiary_country_code": "US",
"beneficiary_email": "",
"beneficiary_postcode": "43058",
"beneficiary_state": "ohio",
"beneficiary_contact_country_code": "",
"beneficiary_contact_number": "",
"destination_currency": "USD",
"destination_country": "US",
"beneficiary_account_number": "8508697976",
"beneficiary_alias": "YUN HI",
"beneficiary_bank_name": "Bank of New York Mellon ",
"transfer_type": "SWIFT",
"routing_code_type_1": "SWIFT",
"routing_code_value_1": "IRVTUS3N",
"routing_code_type_2": "",
"routing_code_value_2": "",
"beneficiary_bank_address": "225 Liberty Street,",
"beneficiary_bank_city": "New York",
"beneficiary_bank_postcode": "10286",
"beneficiary_bank_state": "New York",
"beneficiary_bank_country_code": "US"

}

]
}