Use this API to remove an existing beneficiary from the list of added beneficiaries.
Documentation Index
Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Click to view the response codes.
| HTTP status code | Error code | Message | Next action |
|---|---|---|---|
| 201 | - | - | - |
| 400 | beneficiary_id_invalid | beneficiary_id : should contain only letters, numbers, hyphen, underscore, pipe, and dot. Value received: .\qewqefwqev | Enter a valid beneficiary_id. |
| 400 | beneficiary_id_length_exceeded | beneficiary_id : should not be more than 50 characters long. value received: test_bene_id | Enter a valid a beneficiary_id |
| 404 | beneficiary_not_found | Beneficiary does not exist | Provide the beneficiary_id of an existing beneficiary |
Client app ID. You can find your app ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the [Merchant Dashboard]((https://merchant.cashfree.com/payouts/developers/api-keys).
It is the API version to be used.
Request ID for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to Cashfree.
Signature to be sent if IP is not whitelisted.
It is the unique ID you create to identify the beneficiary. The maximum character limit is 50. Only alphabets and whitespaces are allowed.
50OK
Contains the information of the created beneficiary
It displays the unique Id you created to identify the beneficiary.
"JOHN18011343"
It displays the name of the beneficiary.
"John Doe"
It displays the payment instrument details of the beneficiary.
It displays the contact details of the beneficiary.
It displays the current status of the beneficiary. Possible values are as follows
VERIFIED: Beneficiary is verified and is available for payoutsINVALID: Beneficiary is invalidINITIATED: Beneficiary verification initiatedCANCELLED: Beneficiary verification cancelledFAILED: Failed to verify beneficiaryDELETED: Beneficiary is deletedVERIFIED, INVALID, INITIATED, CANCELLED, FAILED, DELETED "VERIFIED"
It displays the time of the addition of the beneficiary in UTC.
"2023-11-22T12:38:22Z"