Update Beneficiary
Endpoint : PATCH https://api.zamplabs.com/api/v1/transfer/beneficiaries/:beneficiaryId
This API will update Beneficiary
Request Body
Key | Value | Description | Optional |
---|---|---|---|
beneficiary_name | String | Full Name of the beneficiary in String format | N |
beneficiary_email | String | Email of the beneficiary in String format | Y |
beneficiary_contact_number | Numeric | beneficiary contact number | Y |
Request JSON Representation
{
"beneficiary_name": "VARNI TECH",
"beneficiary_email": "[email protected]",
"beneficiary_contact_number": ""
}
Response JSON Representation
{
"data": {
"id": "iihr42_L8CZ85eSf3BDGquaYiwBsb_06_02",
"beneficiary_name": "VARNI TECH",
"beneficiary_account_type": "",
"beneficiary_address": "",
"beneficiary_city": "",
"beneficiary_country_code": "",
"beneficiary_email": "[email protected]",
"beneficiary_postcode": "",
"beneficiary_state": "",
"beneficiary_contact_country_code": "",
"beneficiary_contact_number": "",
"destination_currency": "",
"destination_country": "",
"beneficiary_account_number": "0xC648520b1bDDcEADA201cdfd95c582e5fE698F37",
"beneficiary_alias": "",
"beneficiary_bank_name": "",
"beneficiary_bank_code": "",
"payout_method": "CRYPTO",
"routing_code_type_1": "NETWORK",
"routing_code_value_1": "ETHEREUM",
"routing_code_type_2": "",
"routing_code_value_2": "",
"created_at": "2023-06-02T06:56:08.180895025Z",
"updated_at": "2023-06-02T06:57:32.954967297Z",
"transfer_type": ""
}
}