Create User
Creates a new user in the PPI system with the provided personal information. This endpoint enables merchants to onboard new users who can then be associated with wallets or cards.
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 new user.
Unique identifier for the user, as provided by you during PPI user creation.
"USER827364"
Phone number of the user, without country code. Must be exactly 10 digits. Only numeric characters are allowed.
"9876543210"
First name of the user.
"John"
Last name of the user.
"Doe"
Email address of the user.
"john.doe@example.com"
Response
Success response for creating a user.
Unique identifier for the user, as provided by you during PPI user creation.
"USER827364"
First name of the user.
"John"
Last name of the user.
"Doe"
Phone number of the user without country code.
"9876543210"
Email address of the user.
"john.doe@example.com"
Current status of the user account. Possible values:
- ACTIVE
- BLOCKED
"ACTIVE"
Unique identifier of the user generated by Cashfree.
"859473832123456789"