πŸ’³#5 National Id Scan

#5.1 Select National Id Step (True) :

This API is only required when national id or passport configuration is enabled

This endpoint accepts encrypted front and back images in Base64 format. It processes these images to extract and verify the necessary data from both the front and back images. The extracted data is then approved based on verification rules.

post
Authorizations
Header parameters
Accept-LanguageStringOptional
Body
frontImagestringOptional
backImagestringOptional
Responses
200
Success
application/json
Responseboolean
post
POST /v2/onboarding/NationalId/UploadNationalIdFrontBackImages HTTP/1.1
Host: api
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 40

{
  "frontImage": "text",
  "backImage": "text"
}
200

Success

true

Last updated