Verify Residence Card
Residence Card Verification
POST {{baseurl}}/v2/api/identity/ci/residence-card
This endpoint allows you to perform a Residence card verification.
Headers
Name
Type
Description
token*
String
API secret token
Request Body
Field
Type
Description
id*
String
Residence card 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
Residence Card Verification
{
"id": "11978031809",
"isSubjectConsent": true
}
Residence Card Validation
Last updated
Was this helpful?
