Skip to main content

Verify Customer Identity Using Their National Identification

Adhere’s National Identification endpoint allows you to verify customers using their National Identification Number, allowing you to access their information on a verified national level for reliable identity confirmation.

Request Endpoint

POST: {{BASE_URL}}/api/onboarding/uganda_kyc/national_id/
  • Media-Type: application/json

Status Codes

  • 201 Created: The request was successful, and the customer’s information is returned successfully.
  • 400 Bad Request: The request could not be completed due to invalid or missing information.

Payload Fields

{
    "surname": "Doe",
    "given_name": "John",
    "date_of_birth": "1990-01-01",
    "document_id": "1234567890",
    "national_id": "NO0987654321BE"
}
I