Skip to main content
Use stripe.listRefunds to list Stripe refunds with charge, PaymentIntent, and creation filters.

Example

automations/stripe-list-refunds.automation.ts

Inputs

Filter by charge, PaymentIntent, or creation time and use Stripe cursor fields for pagination. Inputs use camel case and accept compatible signals. Automate.ax converts provider fields to Stripe’s wire format. Metadata keys remain unchanged.

Output

Returns a Stripe cursor-paginated list of refunds. Output fields use camel case.