get https://api.zwitch.io/v1/accounts/beneficiaries/
Use this API to get details of the specified beneficiary.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Use this API to get details of the specified beneficiary.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://api.zwitch.io/v1/accounts/beneficiaries/beneficiary_id \
--header 'accept: application/json'
xxxxxxxxxx
19{
"id": "vab_ZfDkRA2ioO665Voe3WY3q9GOc",
"object": "beneficiary.account_number",
"type": "account_number",
"name_of_account_holder": "Ganga Reddy",
"email": "ganga.reddy@example.com",
"phone": "9000000126",
"bank_account_number": "10000000000126",
"bank_ifsc_code": "ABCD0000123",
"bank_name": null,
"metadata": {
"key_1": "DD",
"key_2": "XOF"
},
"created_at": 1645522073,
"status": "active",
"is_sandbox": true,
"account_id": "va_gwWeSHZ48QK1gmiVebZWV3YdA"
}