NIN to get TIN

📘

https://api.prembly.com/verification/get-tin-with-nin

Body Params

KeyData TypeDescription
numberstringNIN number

Headers

KeyData TypeDescription
x-api-keystringyour api key
{
    "status": true,
    "response_code": "00",
    "message": "Get TIN with NIN verification successful",
    "detail": "Get TIN with NIN verification successful",
    "data": {
        "dateOfBirth": "dd/mm/yyyy",
        "firstName": "string",
        "lastName": "string",
        "nin": "00000000000",
        "tax_residency": "string",
        "tin": "0000000000000"
    },
    "meta": {},
    "billing_info": {
        "was_charged": true,
        "amount": "100.00",
        "currency": "NGN",
        "note": "Wallet charged 100.00 NGN"
    },
    "verification": {
        "status": "VERIFIED",
        "reference": "59d344d0-c272-45e2-a7cb-43a7b3b38e97",
        "verification_id": "018b9e14-d3c5-4887-a906-0b135e547e6a"
    },
    "reference_id": "VER-GET_TIN_WITH_NIN-6SZS5N1AMD",
    "transaction_id": "6156da6b-bbdf-495e-87f1-c068a267206f",
    "verification_status": "verified",
    "dsvi": {
        "score": 3,
        "risk_label": "low",
        "sensitivity_tier": "low",
        "age_derived": 30,
        "age_factor": 1
    }
}

Did this page help you?