Know Your Customer
Verify Identity Document
This endpoint enables you to verify an identity document for authenticity.
POST
Verify Identity Document
Use this endpoint to validate an identity document (e.g., driver’s license, international passport) for authenticity.
Request Parameters
A unique identifier for the request, used for idempotency.
Example: e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
The type of identification document to be verified. Options include:
- Drivers License (DR)
- International Passport (IP)
Example:DR
A base64 encoded string of the document image to be verified.
Example: base64encodedstringofdocument
The unique number on the identification document.
Example: A1234567
Was this page helpful?