List refunds
Returns a list of refunds matching the given query parameters.
This endpoint is rate limited to 100 QPS.
Scopes: REFUNDS_READ
Headers
Accept
X-Region
X-Signature
User-Agent
Query parameters
cursor
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query.
reference_id
Filters results to only include refunds with a reference_id
matching the given value.
customer_id
Filters results to only include refunds made to a customer that matches the the given ID.
merchant_id
Filters results to only include refunds made by a merchant that matches the given ID.
limit
Maximum number of refunds to return.
Response
OK
refunds
List of refunds matching the given query parameters.
cursor
The pagination cursor to be used in a subsequent request. If empty, this is the final response.