Get User Details
Retrieves details of an existing user in the PPI system based on the provided user ID. Returns the user’s personal information and account status.
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 fetch details of an existing user.
Unique identifier for the user, as provided by you during PPI user creation.
"USER827364"
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"