Ghana Business Lookup ๐Ÿ‡ฌ๐Ÿ‡ญ

Lookup a business entity in Ghana

This service is currently not available due to changes by the service provider.

Lookup Ghana Business Entity

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

In Ghana, one can search a business entity using the TIN (Tax Identification Number). If the search is successful, Appruve will return the business entityโ€™s registration details.

Headers

NameTypeDescription

Authentication*

string

Bearer Authentication token.

Request Body

NameTypeDescription

tin

string

The entity's TIN

{
    "tin": "C00123456789",
    "entity_name": "JOHN DOE LIMITED",
    "date_of_registration": "11/12/2016",
    "number_of_years_old": 5,
    "phone_number": "0044123000",
    "email_address": "INFO@JOHNDOE.COM"
}

Last updated