Authorizations
Client ID. You can find your ID in the Merchant Dashboard.
Client secret key. You can find your secret key in the Merchant Dashboard.
Headers
Send the signature if IP is not whitelisted
Body
Find the request parameter to retrieve your customer's passport information
Find the request parameters to verify 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
Success response for Verify Passport
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"