v1
latestOpenAPI 3.0.12026-07-242871595.3 MBGet refunds list
Returns a list of all existing refunds. The newest refund is first in the list. The ten most recent refunds appear by default on the charge object.
Query parameters
Retrieve refunds applied to a specific charge.
List filter based on the object's created field. The value can be a string with a Unix timestamp (in milliseconds) or a dictionary of multiple options describing a time range.
Cursor used in pagination. The ending_before object ID sets your place in the list. For example, if you receive 100 objects in a list starting with obj_bar, add ending_before=obj_bar in your subsequent request to retrieve the previous page of the list.
The number of objects returned by the request, ranging between 1 and 100. The default value is 10.
Cursor used in pagination. The starting_after object ID sets your place in the list. For example, if you receive 100 objects in a list starting with obj_foo, add starting_after=obj_foo in your subsequent request to retrieve the next page of the list.
Headers
Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>
Response
Successful response. Refunds are displayed.