SA Region

Verify an image of a document

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

Verify an image of a 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_country*

String

country code of the document

doc_image*

String

image of the document

doc_region*

String

SA

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

Last updated