Returns a list of issuing transaction objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
The API token for login provided by UQPay.
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts. If omitted or empty, the request is executed using the master account.
More information at Connected Accounts.
The maximum number of items to return per page. This number can be between 10 - 100, and will default to 10
10 <= x <= 100The page number to retrieve the next set of items. The number has to be greater than 1, and will default to 1
x >= 1Universally unique identifier (UUID v4) of a card.
"b3d9d2d5-4c12-4946-a09d-953e82sed2b0"
The earliest transaction creation time to filter by. The maximum time interval between start_time and end_time is 90 days.
"2024-03-21T17:17:32+08:00"
The latest transaction creation time to filter by. The maximum time interval between start_time and end_time is 90 days.
"2024-03-21T17:17:32+08:00"