Skip to main content
GET
List refunds

Parameters

string
Only return refunds in the given status.
number
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
string
A cursor for use in pagination. starting_after is an object ID that defines your place in the list.
string
A cursor for use in pagination. ending_before is an object ID that defines your place in the list.

Returns

A dictionary with a refunds property that contains an array of Refund objects.