stripe_issue_refund
Refund a Stripe charge or payment intent fully or partially. Specify amount in cents and reason; returns refund details and status.
Instructions
Issue a full or partial refund for a Stripe charge or payment intent. Returns refund details and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Amount to refund in cents. Omit for full refund. | |
| charge | No | Charge ID (ch_...). Provide this or payment_intent, not both. | |
| reason | No | Reason for the refund | |
| payment_intent | No | Payment Intent ID (pi_...). Provide this or charge, not both. |