Changelogs
Stay up to date with the latest changes and enhancements.
Stay up to date with the latest changes and enhancements.

24. May 2024
Share
Driver's license, voter ID, and vehicle RC verifications are now available via asynchronous endpoints. Submit a request, get a job ID, and poll for results — ideal for batch processing or when source systems have variable response times.
Async create + result pattern for three verification types:
Driver License — create verification request, poll for DL details
Voter ID — create verification request, poll for voter details
Vehicle RC Basic — create verification request, poll for registration details
All follow the same pattern: POST to create, GET with job ID for result
Input: DL number, voter ID number, or vehicle registration number
Output: Verified identity/vehicle details (async — poll for result)
Category: KYC / Async
API Documentation