cURL
curl --request GET \ --url https://payout-api.cashfree.com/payout/v1/getBeneficiary/{beneId} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "status": "SUCCESS", "subCode": "200", "message": "Details of beneficiary", "data": { "beneId": "JOHN18011", "name": "John", "groupName": "DEFAULT", "email": "[email protected]", "phone": "9876543210", "address1": "ABCavenue", "address2": "", "city": "Bangalore", "state": "Karnataka", "pincode": "0", "bankAccount": "00001111222233", "ifsc": "HDFC0000001", "status": "VERIFIED" } }
Use this API to get the details of a particular beneficiary in your account.
Bearer auth token
application/json
Unique Beneficiary ID of the beneficiary for which you want to view the details.
200
"SUCCESS"
"200"
"Details of beneficiary"
Show child attributes
"JOHN18011"
"John"
"DEFAULT"
"[email protected]"
"9876543210"
"ABCavenue"
""
"Bangalore"
"Karnataka"
"0"
"00001111222233"
"HDFC0000001"
"VERIFIED"
Was this page helpful?