Skip to main content
GET
/
api
/
v1
/
shared
/
banks
/
resolve
Resolve Bank Account
curl --request GET \
  --url https://api.getscale.ng/api/v1/shared/banks/resolve
{
  "status": "success",
  "data": {
    "accountNumber": "0123456789",
    "accountName": "JOHN DOE"
  }
}
Verifies bank account details dynamically, returning the authenticated account name to ensure secure payments.

Query Parameters

bankCode
string
required
The unique clearing code of the target bank (e.g. 058).
accountNumber
string
required
The 10-digit NUBAN account number.
{
  "status": "success",
  "data": {
    "accountNumber": "0123456789",
    "accountName": "JOHN DOE"
  }
}