Bank Accounts
List all bank accounts
Returns list of recipient bank accounts.
GET
/
send
/
bank_accounts
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
epoch
integer
requiredUnix epoch timestamp
checksum
string
requiredRefer to checksum calculation
Query Parameters
page
integer
This to navigate index
limit
integer
default: 25Limit records per page. Default 25
status
enum<string>
This to filter based on status
Available options:
pending
, verified
, rejected
reference
string
This to filter based on reference
Response
200 - application/json
results
object[]
meta
object