🪪# 5 CSO Checking API

the CSO service validates a citizen’s National ID by verifying personal details and card information against the official civil registry, ensuring accuracy and preventing identity fraud.

csoThe CSO validation service verifies the authenticity of a citizen’s National ID by cross-checking official government records. Based on the provided National ID number, the service confirms:

  • First Name

  • Family Name

  • FactoryNumber – The unique production number assigned to the issued ID card.

  • CardExpirationDate – The official expiration date of the ID card.

post
Authorizations
Header parameters
Accept-LanguageStringOptional
Responses
200

Success

application/json
post
/Onboarding/api/v1/onboarding/CsoKycInfo/CheckIsCsoWhiteList
POST /Onboarding/api/v1/onboarding/CsoKycInfo/CheckIsCsoWhiteList HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
{
  "status": true
}

Last updated