Stripe Refunds API — Refunds
Stripe Refunds API — Refunds. 5 operations. Lead operation: Refunds. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
Returns a list of all refunds you created. We return the refunds in sorted order, with the most recent refunds appearing first The 10 most recent refunds are always available by default on the Charge object.
When you create a new refund, you must specify a Charge or a PaymentIntent object on which to create it.
Retrieves the details of an existing refund.
Updates the refund that you specify by setting the values of the passed parameters. Any parameters that you don’t provide remain unchanged.
Cancels a refund with a status of requires_action.
MCP Tools
p-returns-list-all-refunds-you
Returns a list of all refunds you created. We return the refunds in sorted order, with the most recent refunds appearing first The 10 most recent refunds are always available by default on the Charge object.
p-when-you-create-new-refund
When you create a new refund, you must specify a Charge or a PaymentIntent object on which to create it.
p-retrieves-details-existing-refund-p
Retrieves the details of an existing refund.
p-updates-refund-that-you-specify
Updates the refund that you specify by setting the values of the passed parameters. Any parameters that you don’t provide remain unchanged.
p-cancels-refund-status-code-requires-action
Cancels a refund with a status of requires_action.