Stripe · Arazzo Workflow
Stripe Refund Payment Intent
Version 1.0.0
Confirm a PaymentIntent charge, then refund it via the Refunds API.
Provider
Workflows
refund-payment-intent
Take a payment via a PaymentIntent and then refund it.
Creates and confirms a PaymentIntent to collect funds, then creates a Refund referencing that PaymentIntent for an optional partial amount.
1
createPaymentIntent
postPaymentIntents
Open a PaymentIntent for the requested amount and payment method.
2
confirmPaymentIntent
postPaymentIntentsIntentConfirm
Confirm the PaymentIntent to collect the funds.
3
refundPayment
PostRefunds
Refund the collected PaymentIntent via the Refunds API.
Source API Descriptions
openapi