v1
latestOpenAPI 3.0.22026-07-2432112226.7 KBID Verification Service
ID Verification Service
The ID Verification service validate the personal identity of your user in a quick and efficient way to protect your business from potential fraud. We provide you a simple API that can be quickly tested and integrated. Please check the details below on the components of our API.
post/data-verification/id-verification/verify
Headers
App-IDstring required
API-Keystring required
Request body
Example request
{
"nik": "3172010xxxxxxxxx",
"name": "John Doe",
"birth_date": "10-10-2001",
"reference_id": "Test-001"
}Response
Successful Response
Example response
{
"message": "ID Verification check has been done",
"data": {
"id": "8e31a91c-7437-4ed1-b086-06cbe247d6e7",
"nik": true,
"name": true,
"birth_date": true,
"reference_id": "Ref-My-IDV-Transaction-1"
}
}