GET
/
send
/
bank_accounts

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

epoch
integer
required

Unix epoch timestamp

checksum
string
required

Refer to checksum calculation

Query Parameters

page
integer

This to navigate index

limit
integer
default: 25

Limit 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