Lookup Ghana TIN

Lookup a Ghana Tax Identification Number

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

Request

{{baseUrl}}/api/v1/gh/kyb/tin?tin=C00000000021

Header

HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query Params

BodyTypeDescription
tin *stringThe TIN numberrequired

Response Sample

{
  "entity": {
    "is_valid": true,
    "regn_status": "REGISTERED",
    "rgdno": "",
    "tax_office": "",
    "taxpayer_name": "",
    "tin": "C00000000021",
    "trading_as": ""
  }
}
{
  "message": "Tin not found"
}