Retrieves a list of refunds for the account making the request.
GET
/v2/refunds
Retrieves a list of refunds for the account making the request.
Max results per page: 100
Timestamp for the beginning of the requested reporting period, in RFC 3339 format.
Default: The current time minus one year.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00
Timestamp for the end of the requested reporting period, in RFC 3339 format.
Default: The current time.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00
The order in which results are listed.
ASC
- oldest to newestDESC
- newest to oldest (default).A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for the original query.
See Pagination for more information.
Limit results to the location supplied. By default, results are returned for all locations associated with the merchant.
If provided, only refunds with the given status are returned. For a list of refund status values, see PaymentRefund.
Default: If omitted refunds are returned regardless of status.
If provided, only refunds with the given source type are returned.
CARD
- List refunds only for payments where card was specified as payment source.Default: If omitted refunds are returned regardless of source type.
The pagination cursor to be used in a subsequent request. If empty, this is the final response.
See Pagination for more information.