Verify Ghana TIN

Verify a Ghana Tax Identification Number for individuals.

Verify TIN

POST https://api.appruve.co/v1/verifications/gh/tin

This endpoint allows you to verify a Ghana Tax Identification Number for individuals. For businesses see Ghana Business Lookup under Appruve Business.

Headers

NameTypeDescription

Authorization*

string

Bearer <token>

Request Body

NameTypeDescription

tin*

string

The TIN number

{
  "is_valid": true,
  "tin": "C00000000021",
  "regn_status": "REGISTERED"
}

Last updated