Document Verification

Verify a document image

Verify an image of a document

POST {{BASE_URL}}/api/v1/biometrics/merchant/data/verification/document

Headers

NameTypeDescription

x-api-key*

String

<your secret key>

Request Body

NameTypeDescription

doc_type*

String

Document - Passport (PP) | Driver's License (DL) | Government issued Identity Card (ID) | Residence Permit (RP) | Utility Bill (UB)

doc_image*

String

<base 64 encoding of document image>

doc_country*

String

country code e.g NG, GH

{
    "status": true,
    "response_code": "00",
    "message": "Information Retrieved",
    "data": {
        "fullName": "",
        "gender": "",
        "dob": "",
        "document_name": "",
        "documentNumber": "",
        "documentType": "",
        "documentCountry": "",
        "issuer": "",
        "age": "",
        "expirationDate": "",
        "device": {}
    },
}

Last updated