Request

[GET]
{{baseUrl}}/api/v1/kyc/nuban/status
ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Query parameters

ParameterTypeDescription
account_number *stringBank account numberrequired
bank_code *integerBank Coderequired

πŸ“˜ Note

The bank codes can be gotten from this endpoint

Sample response

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