cURL
curl --request GET \ --url https://payout-api.cashfree.com/payout/v1/getBeneficiary/{beneId} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
"{\n \"status\":\"SUCCESS\", \n \"subCode\":\"200\", \n \"message\":\"Details of beneficiary\", \n \"data\":\n { \n \"beneId\":\"JOHN18011\", \n \"name\":\"John\",\n \"groupName\":\"DEFAULT\", \n \"email\":\"johndoe@cashfree.com\", \n \"phone\":\"9876543210\", \n \"address1\":\"ABCavenue\", \n \"address2\":\"\", \n \"city\":\"Bangalore\", \n \"state\":\"Karnataka\", \n \"pincode\":\"0\", \n \"bankAccount\":\"00001111222233\", \n \"ifsc\":\"HDFC0000001\",\n \"status\":\"VERIFIED\"\n }\n}"
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
The response is of type object.
object
Was this page helpful?