Verify Ghana Passport
Verify a Ghana International Passport
Verify Ghana Passport
POST
https://api.appruve.co/v1/verifications/gh/passport
This endpoint allows you to verify a Ghana International Passport.
Headers
Name
Type
Description
Authorization*
string
Bearer <token>
Request Body
Name
Type
Description
id*
string
The passport number
first_name
string
The first name of the document holder
last_name
string
The last name of the document holder
middle_name
string
The middle name of the document holder
date_of_birth
string
The date of birth of the document holder in the format yyyy-MM-DD
{
"id": "G0000000",
"first_name": "John",
"last_name": "Doe",
"middle_name": "B.",
"is_first_name_match": true,
"is_last_name_match": false,
"is_middle_name_match": false,
"is_date_of_birth_match": false
}
Last updated