Search for a bank account
Bank accounts
Search for a bank account
Looks up a single bank account by its on-chain address or its account number. Provide at least one of the two query parameters.
GET
Search for a bank account
Resolves a single bank account, in either direction:
- By
address— you saw a deposit land on an address and want to know which bank account it belongs to. - By
accountNumber— you have the account number and want the address that pays it.
400; matching nothing is a
404.
This is a lookup, not a registration. An account that has never been through
POST /pub/v2/bank-account will not be
found here, even if the account number is real.Authorizations
Query Parameters
Bank account on-chain address
Example:
"FsXpXq8wVTM13NDXxrf2X6PpgJWg9jCxRVuHhtfnojUa"
User's bank account number
Example:
"0025635480"
Response
The matching bank account
id
Example:
"someRANDOMid"
User's bank acount name
Example:
"John Doe"
User's bank account number
Example:
"0025635480"
Bank name
Example:
"First Bank"
Bank Account Address
Example:
"FsXpXq8wVTM13NDXxrf2X6PpgJWg9jCxRVuHhtfnojUa"