Verify Customer Identity Using Their National Identification

Adhere’s National Identification Verification endpoint allows businesses to verify a customer using their National Identification Number, providing access to their verified information at a national level.

Request Endpoint

POST: {{BASE_URL}}/api/onboarding/rwanda_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

{
    "national_id": 1122334455667788
}