Skip to main content
POST
Suggest banks for an account number

Overview

When you have an account number but not the bank, this returns the banks we have previously paid that account number through. It is a hint from past transfers, not a lookup against the banking network: the list can be empty, and you should still verify with the code you pick.

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Body

application/json
account_number
string
required
Example:

"0123456789"

Response

Suggestions (may be empty)

status
boolean
data
object[]
error
any[]
message
string