Skip to main content
POST
Beneficiary Lookup
Validate a Nigerian bank account and retrieve the account holder’s name. Use this to confirm details before creating a beneficiary.
Nigerian accounts only. This confirms an account holder’s name through Nigeria’s NIP name enquiry, which is why it takes a bankCode. There is no equivalent for USD, GBP or EUR — those rails do not allow a name to be confirmed against an account number before a payment is sent, so no provider can offer it.USD support is coming: it will take a routingNumber and return the bank, so you do not have to supply the bank name and address by hand. It will not return an account holder’s name, because that cannot be verified on US rails.
This is the same lookup as Account Lookup on a different path. Either works; use whichever fits your code.

Example Request

Example Response

Always verify the account name with your user before creating a beneficiary or initiating a payout. Incorrect details may result in failed or misdirected payments.

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Body

application/json
bankCode
string
required

Bank code from /banks endpoint

Example:

"000014"

accountNumber
string
required

10-digit account number

Example:

"0123456789"

Response

Account details retrieved successfully

status
integer
Example:

200

success
boolean
Example:

true

message
string
Example:

"Account details retrieved successfully"

data
object