Skip to main content
POST
Create Beneficiary

Authorizations

x-client-id
string
header
required

Your unique client identifier issued by Cashfree. You can find this in your Merchant Dashboard.

x-client-secret
string
header
required

The secret key associated with your client ID. Use this to authenticate your API requests. You can find this in your Merchant Dashboard.

Headers

x-api-version
string
default:2025-11-01
required

API version to be used. Format is in YYYY-MM-DD.

Example:

"2025-11-01"

Body

application/json

Request parameters to create a beneficiary for a user.

bene_id
string
required

Unique identifier that you create to identify the beneficiary in your system. Maximum 50 characters. Only alphanumeric characters, periods (.), hyphens (-), and underscores (_) are allowed.

Required string length: 1 - 50
Example:

"BENE28448"

user_id
string
required

Unique identifier for the user, as provided by you during PPI user creation.

Required string length: 1 - 50
Example:

"USER827364"

bene_first_name
string
required

First name of the beneficiary.

Required string length: 1 - 100
Example:

"John"

bene_instruments
(Bank Account Ā· object | VPA Ā· object)[]
required

List of payment bene_instruments for the beneficiary.

bene_last_name
string

Last name of the beneficiary.

Required string length: 1 - 100
Example:

"Doe"

bene_contact_details
object

Contact details of the beneficiary.

purpose
string

Purpose of creating the beneficiary.

Example:

"Family"

notes
object

Optional key-value pairs for any extra information. Keys and values must be strings.

Response

Success response for creating a beneficiary.

bene_id
string

Unique identifier for the beneficiary, as provided by you during beneficiary creation.

Example:

"BENE28448"

cf_bene_id
string

Cashfree-generated unique ID for the beneficiary.

Example:

"473974924929"

user_id
string

Unique identifier for the user, as provided by you during PPI user creation.

Example:

"USER827364"

bene_first_name
string

First name of the beneficiary.

Example:

"John"

bene_last_name
string

Last name of the beneficiary.

Example:

"Doe"

status
string

Status of the beneficiary.

Example:

"ACTIVE"

bene_instruments
(Bank Account Ā· object | VPA Ā· object)[]

List of payment bene_instruments for the beneficiary.

bene_contact_details
object

Contact details of the beneficiary. Only not null fields will be returned.

purpose
string
Example:

"Family"

notes
object

Optional key-value pairs for any extra information. Keys and values must be strings.