POST
/
passport
{
  "verification_id": "ABC00123",
  "reference_id": 1358,
  "status": "VALID",
  "file_number": "PA1079341954215",
  "name": "John doe",
  "dob": "1998-12-31",
  "application_type": "NORMAL",
  "application_received_date": "2003-12-31"
}

Authorizations

x-client-id
string
header
required

Client ID. You can find your ID in the Merchant Dashboard.

x-client-secret
string
header
required

Client secret key. You can find your secret key in the Merchant Dashboard.

Headers

x-cf-signature
string

Send the signature if IP is not whitelisted

Body

application/json

Find the request parameters to verify passport information

dob
string
default:
2007-03-01
required

It is the date of birth of the passport holder. The format is YYYY-MM-DD.

file_number
string
default:
PA1079341954215
required

It is the unique alphanumeric code that identifies an individual's passport application.

verification_id
string
default:
ABC00123
required

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.

name
string

It is the name of the passport holder.

Response

200 - application/json

Success response for Verify Passport

application_received_date
string

It displays when the passport application was received.

application_type
string

It displays the type of passport application.

dob
string

It displays the date of birth of the passport holder.

file_number
string

It displays the unique alphanumeric code that identifies an individual's passport application.

name
string

It displays the name of the passport holder.

reference_id
integer

It displays the unique ID created by Cashfree Payments for reference purposes. format: int64

status
string

It displays the status of the passport.

verification_id
string

It displays the unique ID you created to identify the verification request.