List all refunds
Payment Refunds
List all refunds
Retrieve a list of refunds with optional filtering
GET
List all refunds
授权
The API token for login provided by UQPay.
请求头
The API client id generated by UQPAY
查询参数
The maximum number of items to return per page. This number can be between 1 - 100
必填范围:
1 <= x <= 100示例:
10
The page number to retrieve the next set of items. The number has to be greater than 1.
必填范围:
x >= 1示例:
1
Start time of Transaction. Default time range is 1 months.
示例:
"2024-03-01T00:00:00+08:00"
End time of Transaction. Maximum time range of 3 months.
示例:
"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.

