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
Key | Datatype | Required | Description |
---|---|---|---|
X-Encrypted-Payload | boolean | Whether the request payload is encrypted with the Encyption Key generated from the Developer Zone Portal. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"verificationResult":"DOCUMENT_VERIFIED"}