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
Send the signature if two-factor authentication is selected as Public Key. More details
Body
Find the request parameter to retrieve your customer's passport information
It is the unique ID you create to identify the verification request. The maximum character limit is 50. Only alphanumeric, period (.), hyphen (-), and underscore ( _ ) are allowed.
"ABC00123"
It is the unique alphanumeric code that identifies an individual's passport application.
"PA1079341954215"
It is the date of birth of the passport holder. The format is YYYY-MM-DD.
"2007-03-01"
It is the name of the passport holder.
"John Doe"
Response
Success response for retrieveing passport information
It displays the unique ID created by Cashfree Payments for reference purposes.
format: int64
1358
It displays the unique ID you created to identify the verification request.
"ABC00123"
It displays the status of the passport.
"VALID"
It displays the unique alphanumeric code that identifies an individual's passport application.
"XX0000000000000"
It displays the name of the passport holder.
"John Doe"
It displays the date of birth of the passport holder.
"YYYY-MM-DD"
It displays the type of passport application.
"NORMAL"
It displays when the passport application was received.
"YYYY-MM-DD"