List Refunds
List refunds
Required OAuth 2.0 scope: business/orders:read
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
cursor
A pagination cursor from where results should start being fetched.
limit
The maximum number of results to return.
created_at__gte
The min refund created date and time in ISO 8601 format.
created_at__lte
The max refund created date and time in ISO 8601 format.
updated_at__gte
The min refund updated date and time in ISO 8601 format.
updated_at__lte
The max refund updated date and time in ISO 8601 format.
status
A list of statuses to filter on.
Allowed values:
Response
Successful Response
data
A list of paginated entities.
next_cursor
A pagination cursor that can be used to retrieve the next set of results.