Transactions
Get transactions
This endpoint retrieves a list of transactions
GET
/
api
/
transactions
/
Query
pageNumber
int
Page number of transactions your are retrieving
pageSize
int
Page size of transactions your are retrieving
earlierDate
string
The start date for filtering transactions.
laterDate
string
The end date for filtering transactions.
transactionStatus
string
Transaction status of transactions. Valid statuses are ENQUEUED, PROCESSING, FAILED, SUCCESSFULL, REVERSED
Response
code
number
The response code indicating the status of the request. 0 for success, other values for error.
status
string
The status of the request, e.g., “success”.
data
array
The list of transactions