Verify Old National ID
Old CIV ID Verification
POST {{baseurl}}/v2/api/identity/ci/old-national-id
This endpoint allows you to perform different types of the old CIV ID verifications.
Headers
Name
Type
Description
token*
String
API secret token
Request Body
Field
Type
Description
id*
String
National ID NNI number
isSubjectConsent*
Boolean
Indicate subject has given consent. Must be true
validations
Object
Validation object
data
Object
Validation data object
lastName
String
lastname to compare against ID
firstName
String
firstname to compare against ID
dateOfBirth
String
date of birth to compare against ID
selfie
Object
Selfie validation object
image
String
Selfie image URL
Old CIV ID Verification
{
"id": "C0117721704",
"isSubjectConsent": true
}
Old CIV ID Validation
Last updated
Was this helpful?
