List Transfers
This displays the list of all the initiated transfers.
Initialization.
The snippet below outlines the parameters you can use when fetching the list of transactions.
Field Name
Description
Data Type
Required?
after
A cursor identifying the position to start after
String
No
before
A cursor identifying the position to start before
String
No
limit
The maximum number of records to return
Integer
No
Responses
Code
Description
200
Beneficiary Response
Last updated