List Balances Transactions
Returns a list of transactions that have contributed to your account balance, including charges, fees, and other adjustments. You can filter the results by specifying a time range. If no time range is provided, or only the end date is specified, the response will include transactions from the past 30 days up to today or the specified end date.
Authorizations
The API token for login provided by UQPay.
Headers
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.
Query Parameters
The maximum number of items to return per page. Must be between 10 and 100, inclusive.
1 <= x <= 10010
The page number to retrieve a specific set of items. Must be 1 or greater.
x >= 11
The start time of created_time in ISO8601 format (inclusive).
"2024-03-01T00:00:00+08:00"
The end time of created_time in ISO8601 format (inclusive).
"2024-03-01T00:00:00+08:00"
Transaction type.
ALL: Includes all types of financial transactions in the system.PAYIN: Incoming payment received from external sources.DEPOSIT: Funds added directly to an account through bank transfer or other means.PAYOUT: Outgoing payment sent to external beneficiaries.TRANSFER: Movement of funds between internal accounts.CONVERSION: Currency exchange between different currencies.FEE: Service charges or transaction fees.REFUND: Reversal of a previous payment or transaction.ADJUSTMENT: Manual or automated correction to account balance.INVOICE: Invoice transaction.
ALL, PAYIN, DEPOSIT, PAYOUT, TRANSFER, CONVERSION, FEE, REFUND, ADJUSTMENT, INVOICE "PAYOUT"
Transaction status.
ALL: Represents all possible transaction statuses.COMPLETED: Transaction has been successfully processed and finalized.PENDING: Transaction is currently being processed and awaiting completion.FAILED: Transaction could not be completed due to an error or rejection.
ALL, COMPLETED, PENDING, FAILED "COMPLETED"

