Skip to main content

Overview

The account resolution endpoint allows you to validate Nigerian bank account numbers and retrieve account holder names before initiating transfers. This verification helps prevent failed transactions and ensures accurate payments.
This endpoint should be called before creating beneficiaries or initiating transfers to Nigerian bank accounts.

Endpoint

POST /payment-methods/resolve-bank-account

Request Parameters

account_number
string
required
Bank account number to verify * Must be exactly 10 digits * Numbers only (0-9)
bank_code
string
required
Bank code from the List Banks endpoint
  • 3-6 digit identifier * Must be for an active Nigerian bank

Example Request

curl -X POST "https://api.spendjuice.com/payment-methods/resolve-bank-account" \
-H "Authorization:  YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
  "account_number": "0234247896",
  "bank_code": "058"
}'

Response Examples

{
  "data": {
    "account_name": "ANON NYMOUS",
    "account_number": "0234247896",
    "bank_code": "058"
  }
}

Need Help?

For additional assistance: