Create Beneficiary
Creates a new beneficiary to userās Full KYC wallet by providing bank account number or VPA and other required details. Ensure the successful creation of the beneficiary before initiating a fund transfer.
Authorizations
Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.
The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.
Headers
API version to be used. Format is in YYYY-MM-DD.
"2025-11-01"
Body
Request parameters to create a beneficiary for a user.
Unique identifier that you create to identify the beneficiary in your system. Maximum 50 characters. Only alphanumeric characters, periods (.), hyphens (-), and underscores (_) are allowed.
1 - 50"BENE28448"
Unique identifier for the user, as provided by you during PPI user creation.
1 - 50"USER827364"
First name of the beneficiary.
1 - 100"John"
List of payment bene_instruments for the beneficiary.
- Bank Account
- VPA
Last name of the beneficiary.
1 - 100"Doe"
Contact details of the beneficiary.
Purpose of creating the beneficiary.
"Family"
Optional key-value pairs for any extra information. Keys and values must be strings.
Response
Success response for creating a beneficiary.
Unique identifier for the beneficiary, as provided by you during beneficiary creation.
"BENE28448"
Cashfree-generated unique ID for the beneficiary.
"473974924929"
Unique identifier for the user, as provided by you during PPI user creation.
"USER827364"
First name of the beneficiary.
"John"
Last name of the beneficiary.
"Doe"
Status of the beneficiary.
"ACTIVE"
List of payment bene_instruments for the beneficiary.
- Bank Account
- VPA
Contact details of the beneficiary. Only not null fields will be returned.
"Family"
Optional key-value pairs for any extra information. Keys and values must be strings.