cURL
curl --request POST \ --url https://payout-api.cashfree.com/payout/v1/addBeneficiary \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "beneId": "<string>", "name": "<string>", "email": "<string>", "phone": "<string>", "bankAccount": "<string>", "ifsc": "<string>", "vpa": "<string>", "address1": "<string>", "address2": "<string>", "city": "<string>", "state": "<string>", "pincode": "<string>" }'
"{\n \"status\":\"SUCCESS\",\n \"subCode\":\"200\",\n \"message\":\"Beneficiary added successfully\"\n}"
Use this API to add a beneficiary to your Cashfree account by providing the bank account number, IFSC, and other required details. Before you request a transfer, ensure the account has been successfully added as a beneficiary.
Bearer auth token
application/json
200
The response is of type object.
object