Know Your Customer
...
Global
Africa
Ghana Passport Lookup
overview the ghana passport lookup api is designed to retrieve detailed passport information from the ghanaian government's database it is intended to facilitate the verification of ghanaian passports, which is essential for identity verification, travel compliance, and consular services use cases travel compliance helps airlines and travel agencies verify passport details for bookings and compliance with international travel regulations identity verification enables financial institutions, employers, and government bodies to validate the identity of individuals for kyc, employment, and other regulatory requirements consular services assists embassies, consulates, and migration services in accessing and verifying passport details for visa applications, residency permits, and other consular processes api details request body preproduction curl location 'https //api preproduction signzy app/api/v3/global kyc fetch/gh/passport' \\ \ header 'authorization \<auth token>' \\ \ header 'content type application/json' \\ \ data raw '{ "passportid" "g0743579" }' production curl location 'https //api signzy app/api/v3/global kyc fetch/gh/passport' \\ \ header 'authorization \<auth token>' \\ \ header 'content type application/json' \\ \ data raw '{ "passportid" "g0743579" }' request body parameters parameter type description required passportid string the unique identifier of the ghanaian passport yes response body { "result" { "passportid" "g0743579", "firstname" "charles", "lastname" "attipoe", "middlename" "crosby", "dateofbirth" "1987 01 24", "placeofbirth" "accra", "nationality" "ghanaian", "gender" "male", "issuedate" "2014 05 20", "dateofexpiry" "2019 05 19", "placeofissue" "accra" } } response body parameters field type description passportid string the passport id used for the lookup firstname string the first name of the passport holder lastname string the last name of the passport holder middlename string the middle name of the passport holder dateofbirth string the birth date of the passport holder placeofbirth string the birthplace of the passport holder nationality string the nationality of the passport holder gender string the gender of the passport holder issuedate string the date on which the passport was issued dateofexpiry string the expiration date of the passport placeofissue string the place where the passport was issued error code and response mapping 400 (bad request) { "error" { "name" "error", "message" "bad input and description ", "status" 400, "reason" "validation error", "type" "bad request", "statuscode" 400 } } 401(unauthorized) { "error" { "name" "error", "message" "invalid authentication credentials", "status" 401, "reason" "authentication error", "type" "bad request", "statuscode" 401 } } 403 (forbidden) { "error" { "name" "error", "message" "forbidden", "reason" "error", "type" "bad request", "statuscode" "403" } } 500 (internal server error) { "error" { "name" "error", "message" "internal server error", "status" 500, "reason" "error", "type" "bad request", "statuscode" 500 } } 409(upstream down { "error" { "name" "error", "message" "upstream down", "status" 409, "reason" "error", "type" "bad request", "statuscode" 409 } } field type description name string text displayed on the screen explaining error type reason string reason for the error status number http status code message string error message indicating an upstream error type string error type statuscode number status code representing the error scenario getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!