TIN Verification Service

Tax identification number

Service Structure

📘

URL

URL - https://app.verified.ng/tin

API Header
api-key : xxxxxxxx
userid : xxxxxx
Request ParameterDescription
tinTax identification number
transactionRefTax identification number
Response ParameterType
messagestring
companyNamestring
verifiedBoolean
transactionRefstring

Samples

Request

{
  "tin": "12389488-0989"
}

Response

{
    "status": "VERIFIED",
    "message": "Tin Validated",
    "transactionRef": "SF|KYC|TIN|VAS|2509642945326566",
    "companyName": "Seamfix",
    "verified": true
}