Bank Accounts
List all bank accounts
Returns list of recipient bank accounts.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Unix epoch timestamp
Example:
1619740800
Refer to checksum calculation
Query Parameters
This to navigate index
Example:
1
Limit records per page. Default 25
This to filter based on status
Available options:
pending
, verified
, rejected
Example:
"verified"
This to filter based on reference
Example:
"abc123"
Response
200
application/json
Successful response
The response is of type object
.