Verifies the details of a passport document with an identity verification provider

POST {{baseUrl}}/source-verifications/:issuing_country/passports

Returns the Status of the Source Verification that has been processed by a trusted IVP.

Request Body

{"documentNumber"=>"N1234567", "userConsent"=>"ACCEPT", "dateOfBirth"=>"1990-01-01", "firstName"=>"John", "lastName"=>"Smith", "gender"=>"M", "visaMatched"=>true, "visaIssuingCountry"=>"AUS"}

HEADERS

KeyDatatypeRequiredDescription
X-Encrypted-PayloadbooleanWhether the request payload is encrypted with the Encyption Key generated from the Developer Zone Portal.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"verificationResult":"DOCUMENT_VERIFIED"}