List all refunds
Payment Refunds
List all refunds
Retrieve a list of refunds with optional filtering
GET
List all refunds
Authorizations
The API token for login provided by UQPay.
Headers
The API client id generated by UQPAY
Query Parameters
The maximum number of items to return per page. This number can be between 1 - 100
Required range:
1 <= x <= 100Example:
10
The page number to retrieve the next set of items. The number has to be greater than 1.
Required range:
x >= 1Example:
1
Start time of Transaction. Default time range is 1 months.
Example:
"2024-03-01T00:00:00+08:00"
End time of Transaction. Maximum time range of 3 months.
Example:
"2024-03-01T00:00:00+08:00"
The ID of the payment intent to get refunds for
The merchant reference id created in merchant's system that corresponds to this PaymentIntent.

