Skip to main content
GET
/
v1
/
account-enquiry
Error
A valid request URL is required to generate request examples
"{\n\"status\": \"success\",\n \"message\": \"Account retrieved\",\n \"data\": {\n     \"bank_name\": \"GT Bank\",\n     \"account_name\": \"John Doe\",\n     \"account_number\": 2565522112\n },\n \"errors\": null\n},"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

account_number
string
required

The account number of the recipient.

Example:

"exercitationem"

bank_code
string
required

The bank code of the recipient's bank.

Example:

"dicta"

Response

Success

The response is of type object.