Receivers
Read all bank accounts
GET
/
receivers
/
{receiverId}
/
bank-accounts
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
The ID of the bank account.
Display name for the bank account.
Type of bank account.
Available options:
ach
, wire
, pix
Pix code identifier
Name of the account holder or business entity.
Bank routing number for ACH transfers.
Bank account number.
Type of bank account (checking or savings).
Available options:
checking
, saving
Classification of the account holder.
Available options:
individual
, business
Two-letter country code.
Available options:
BR
, US
, MX
, CO
, AR
City name.
State, province, or region name.
Primary street address.
Secondary address information (apt, suite, etc).
ZIP or postal code.
Was this page helpful?