Name Enquiry
⚠️ Important Notes
Name enquiry is required for every transaction. Before initiating any payout, you must perform a name enquiry on the destination account.
Use the returned account name The name returned from the enquiry should be passed as the
account_namefield when initiating a payout request.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
bank_codestringRequiredExample:
The bank code of the bank. You can use either the bank_code or the cbn_code.
101account_numberstringRequiredExample:
The account number to verify.
1700263070Header parameters
X-CLIENTIDstringRequiredExample:
Client identifier for the API.
sdfgfd-sdfgf4d-sdfgfdsd-sdfgfdsResponses
200
Account information retrieved successfully.
application/json
400
Bad Request - Missing or invalid query parameters.
application/json
401
Unauthorized - Invalid or missing credentials.
application/json
500
Server error
application/json
get
/v1/payment/name-enquiry/NGN/GET /v1/payment/name-enquiry/NGN/?bank_code=text&account_number=text HTTP/1.1
Host: disbuzapi.celergate.net
Authorization: Bearer YOUR_SECRET_TOKEN
X-CLIENTID: text
Accept: */*
{
"account_name": "John Doe",
"account_number": "1700263070"
}Last updated