Verify your customers identity using their Taxpayer Identification Number

Adhere’s Taxpayer Identification Number endpoint allows businesses to verify a customer using their tax identification number, providing access to details associated with a verified passport for a streamlined and reliable identity verification process.

Request Endpoint

POST: {{BASE_URL}}/api/onboarding/ghana_kyc/tin/

  • 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

{
    "tin": 202313424535
}