List all bank accounts
Bank Accounts
List all bank accounts
Returns list of recipient bank accounts.
GET
List all bank accounts
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Unix epoch timestamp Unix timestamp (seconds).
Example:
1619740800
Refer to checksum calculation
Query Parameters
Page number to retrieve.
Example:
1
Number of records per page. Defaults to 25.
Filter results by bank account status.
pending: The bank account is awaiting verification.verified: The bank account has been verified as valid.rejected: The bank account is invalid.
Available options:
pending, verified, rejected Example:
"verified"
Filter results by your reference value.
Example:
"VENDOR-EMP-001"