Skip to main content
POST
Resolve a beneficiary name from a bank account number

Authorizations

Authorization
string
header
required

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

Headers

X-Axra-Business-Id
string

Active business context

x-api-key
string

Merchant API key (alternative to dashboard JWT)

Body

application/json
accountNumber
string
required

Account / NUBAN number to verify.

networkId
string
required

Network id from GET /business/payouts/networks.

country
enum<string>
required

ISO-2 country code. Only NG is supported today (per upstream constraint).

Available options:
NG

Response

OK

success
boolean
required
Example:

true

data
object
required