Version 1
API Collection of Non Passport Document(ID Card, Driving License...)
POST
https://okaydocdemo.innov8tif.com/ekyc/api/nonpassport/v1/verify
Request Body
Name | Type | Description |
---|---|---|
caseNo | string | Reference code given by user |
docType | string | Document type, please refer to Document Table |
version | integer | Document's API version, please refer to Document Table |
idImageBase64Image | string | ID card image in base64 |
apiKey | string | To be assigned by Innov8tif |
Input Example
Document Table
Country | Document | Document Type | Endpoint Version(can be found in respective link) |
Brunei | Domestic ID Card | bnDid | |
Brunei | Permanent ID Card | bnPid | |
Cambodia | ID Card (Front) | khIdFront | |
Cambodia | ID Card(Back) | khIdBack | |
Indonesia | e-KTP(Front) | ektp_front | |
Indonesia | e-KTP(Back) | ektp_back | |
Malaysia | myKad(Front) | mykad | |
Malaysia | myKad(Back) | mykad_back | |
Malaysia | myKas | mykas | |
Malaysia | myPR | mypr | |
Malaysia | myTentera | mytentera | |
Malaysia | Driving License | myLicense | |
Malaysia | myOKU | myOku | |
Myanmar | Driving License | mmDl | |
Philippines | Driving License | phLicense | |
Philippines | SSS | phSss | |
Philippines | PRC | phB1 | |
Philippines | UMID | phUmid | |
Philippines | Voter ID | phVoter | |
Philippines | Postal ID | phPostal | |
Singapore | NRIC(Front) | sgIdCardFront | |
Singapore | NRIC(Back) | sgIdCardBack | |
Thailand | ID Card | thId | |
United Arab Emirates | ID Card | uae | |
Vietnam | Old ID Card | vnOldIdFront | |
Vietnam | New ID Card | vnNewIdFront |
Last updated