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
Header | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query Params
Body | Type | Description | |
---|---|---|---|
tin * | string | The TIN number | required |
Response Sample
{
"entity": {
"is_valid": true,
"regn_status": "REGISTERED",
"rgdno": "",
"tax_office": "",
"taxpayer_name": "",
"tin": "C00000000021",
"trading_as": ""
}
}
{
"message": "Tin not found"
}
Updated 6 months ago