πŸ’³#5 National Id Scan

#5.1 Select National Id Step (True) :

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

If you enable the National ID or Passport option in the Personality Confirmation section of the Organization Configuration, then during the onboarding process you must specify the type of document you want to use for onboarding β€” either National ID or Passport.

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Path parameters
isNationalIDbooleanRequired

True if onboarding using National Id, false if passport

Example: true
Responses
200

Success

No content

post
/Onboarding/api/v1/onboarding/Request/SelectNationalIdStep/{isNationalID}

No content

#5.2 Upload National Id Front Image :

This API is to upload front-side image of National Id.

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Body
imagestringRequired

This attribute is base64 front-side, back-side or passport image.

Responses
200

Success

application/json
post
/Onboarding/api/v1/onboarding/NationalId/UploadFrontImage

#5.3 Upload National Id Back Image :

This API is to upload back-side image of National Id.

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Body
imagestringRequired

This attribute is base64 front-side, back-side or passport image.

Responses
200

Success

application/json
post
/Onboarding/api/v1/onboarding/NationalId/UploadBackImage

#5.4 Approve National Id Front Image :

This API is to approve the OCR result data of front-side National Id.

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Body
fullNameEnstring | nullableOptional

Client english full name. Attribute is used when translation feature was enabled from admin panel configuration. If the english full name has no changes you can pass the same value of OCR translated result. It is mandatory if trasnslate feature was enabled.

Example: Ahmed Mohamed Ali
firstNameEnstring | nullableOptional

Client english first name. Attribute is used when translation feature was enabled from admin panel configuration. If the english first name has no changes you can pass the same value of OCR translated result. It is mandatory if trasnslate feature was enabled.

Example: Ahmed
familyNameEnstring | nullableOptional

Client english family name. Attribute is used when translation feature was enabled from admin panel configuration. If the english family name has no changes you can pass the same value of OCR translated result. It is mandatory if trasnslate feature was enabled.

Example: Mohamed Ali
Responses
200

Success

application/json
Responseboolean
post
/Onboarding/api/v1/onboarding/NationalId/ApproveFrontImage

#5.5 Approve National Id Back Image :

This API is to approve the OCR result data of back-side National Id.

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Responses
200

Success

application/json
Responseboolean
post
/Onboarding/api/v1/onboarding/NationalId/ApproveBackImage

Last updated