Get TIN with Phone Number

📘

https://api.prembly.com/verification/get-tin-with-phone' \

BODY PARAMS

KEYDATA TYPEDESCRIPTION
numberstring(08030000000)phone number
channelstring(phone)

HEADER

KEYDATA TYPEDESCRIPTION
x-api-keystringyour api key
{
    "status": true,
    "response_code": "00",
    "message": "Get TIN With Phone verification successful",
    "detail": "Get TIN With Phone verification successful",
    "data": {
        "dateOfBirth": "18/06/1998",
        "firstName": "John",
        "lastName": "Doe",
        "nin": "00000000000",
        "tax_residency": "Ondo State",
        "tin": "80918220000000"
    },
    "meta": {},
    "billing_info": {
        "was_charged": true,
        "amount": "1.0",
        "currency": "USD",
        "note": "Wallet charged 1.0 USD"
    },
    "verification": {
        "status": "VERIFIED",
        "reference": "42792a07-446f-49a6-8453-0ebd74c4f05a",
        "verification_id": "e0d1c638-0e57-45c7-b467-543c345511aa"
    },
    "reference_id": "VER-GET_TIN_WITH_PHONE-DNX0VB3DMB",
    "transaction_id": "a55f8cb8-b2cb-4788-ae45-b6afa22eeae0",
    "verification_status": "verified"
}

Did this page help you?