π³Update National Id
post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer <Replace Token From Third Step (Select Step)>
Body
passwordstring | nullableOptional
updateStepIdinteger Β· enumOptionalPossible values:
Responses
200
Success
400
Bad Request
post
POST /api/v1/update/UpdateRequest/VerifyPassword HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"password": "text",
"updateStepId": 1
}
{
"status": 0
}
Upload National Id Front Image :
post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer <Replace Token From Third Step (Select Step)>
Body
customerIdstring | nullableOptional
imagestring | nullableOptional
Responses
200
Success
400
Bad Request
post
POST /api/v1/update/UpdateNationalId/UploadFrontImage HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"customerId": "text",
"image": "text"
}
{
"isSuccess": true,
"message": "text",
"customerData": {
"customerId": "text",
"idFrontScan": "text",
"idBackScan": "text",
"photo": "text",
"fullName": "text",
"fullNameEn": "text",
"firstName": "text",
"firstNameEn": "text",
"familyName": "text",
"familyNameEn": "text",
"address": "text",
"state": "text",
"birthdate": "2025-07-01T03:07:12.149Z",
"idNumber": "text",
"idNumberBack": "text",
"documentNumber": "text",
"documentTypeId": "text",
"documentTypeCode": "text",
"issueDate": "2025-07-01T03:07:12.149Z",
"profession": "text",
"maritalStatus": "text",
"religion": "text",
"gender": "text",
"nationality": "text",
"detectedAge": 1,
"detectedGender": "text",
"expirationDate": "2025-07-01T03:07:12.149Z"
}
}
Upload National Id Back Image :
post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer <Replace Token From Third Step (Select Step)>
Body
customerIdstring | nullableOptional
imagestring | nullableOptional
Responses
200
Success
400
Bad Request
post
POST /api/v1/update/UpdateNationalId/UploadBackImage HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"customerId": "text",
"image": "text"
}
{
"isSuccess": true,
"message": "text",
"customerData": {
"customerId": "text",
"idFrontScan": "text",
"idBackScan": "text",
"photo": "text",
"fullName": "text",
"fullNameEn": "text",
"firstName": "text",
"firstNameEn": "text",
"familyName": "text",
"familyNameEn": "text",
"address": "text",
"state": "text",
"birthdate": "2025-07-01T03:07:12.149Z",
"idNumber": "text",
"idNumberBack": "text",
"documentNumber": "text",
"documentTypeId": "text",
"documentTypeCode": "text",
"issueDate": "2025-07-01T03:07:12.149Z",
"profession": "text",
"maritalStatus": "text",
"religion": "text",
"gender": "text",
"nationality": "text",
"detectedAge": 1,
"detectedGender": "text",
"expirationDate": "2025-07-01T03:07:12.149Z"
}
}
Approve National Id Front Image :
post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer <Replace Token From Third Step (Select Step)>
Body
fullNameEnstring | nullableOptional
firstNameEnstring | nullableOptional
familyNameEnstring | nullableOptional
Responses
200
Success
400
Bad Request
post
POST /api/v1/update/UpdateNationalId/ApproveFrontImage HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 64
{
"fullNameEn": "text",
"firstNameEn": "text",
"familyNameEn": "text"
}
{
"status": 0
}
Approve National Id Back Image :
post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer <Replace Token From Third Step (Select Step)>
Responses
200
Success
400
Bad Request
post
POST /api/v1/update/UpdateNationalId/ApproveBackImage HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 0
}
Check If Translation Is Enabled
get
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer <Replace Token From Third Step (Select Step)>
Responses
200
Success
400
Bad Request
get
GET /api/v1/update/UpdateNationalId/IsTranaslationStepEnabled HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"value": true
}
Last updated