Lookup NUBAN KYC Status

The Lookup NUBAN Status endpoint provides information on the KYC status of the Account Owner

Request

{{baseUrl}}/api/v1/kyc/nuban/status

Headers

ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query Parameters

Parameter Type Description
account_number * string Bank account number required
bank_code * integer Bank Code required

πŸ“˜

Note

The bank codes can be gotten from this endpoint

Response Sample

{
  "entity": {
    "account_currency": "NGN",
    "account_name": "MICHEAL ADEOSUN GABRIEL",
    "account_number": "3046***407",
    "bank": "GTB",
    "kyc_status": "2",
    "first_name": "MICHAEL",
    "identity_number": "*********556",
    "identity_type": "BVN",
    "last_name": "ADEOSUN",
    "other_names": "GABRIEL",
  }
}