Get Transactions
Clients can retrieve all payment transactions initiated/authorized via the Transfers API by calling the getTransactions
query.
The query can be filtered by status, date range (from and to), and page number.
Response:
Request Parameters
Field
Scalar
Required
Description
to
String
No
This applies a filter by status
from
String
No
This applies a filter by start date
status
String
No
This applies a filter by end date
page
Int
No
This applies a filter by page number
Response
Field
Scalar
Required
Description
transactions
Yes
This return the transactions found
paging.total
Int
No
The total number of records matching filters
paging.page
Int
No
The current pagination page
paging.pages
Int
No
The total number of pages
Last updated