Skip to main content
Resolve Nigerian bank details before you create a sell order. It helps you fail fast on bad bank codes or account mismatches.
When to use this Call this before you create a sell order so you can catch bad payout details before the provider flow starts.

Required fields

  • bankCode
  • accountNumber

Optional field

  • bankName

Request

curl -X POST "https://api.ramphub.io/api/developer/bank-accounts/resolve" \
  -H "x-api-key: rh_test_..." \
  -H "Content-Type: application/json" \
  -d '{
    "bankCode": "100004",
    "accountNumber": "8050201494",
    "bankName": "Opay"
  }'

Response

{
  "success": true,
  "accountName": "ACCOUNT HOLDER NAME",
  "accountNumber": "1234567890",
  "bankCode": "100004"
}

Note

bankName is optional. The resolver uses bankCode and accountNumber.