Stripe · Arazzo Workflow
Stripe Save Card and Charge
Version 1.0.0
Create a payment method, attach it to a customer, then charge it via a PaymentIntent.
Provider
Workflows
save-card-and-charge
Save a payment method to a customer and immediately charge it.
Creates a PaymentMethod, attaches it to the customer, then opens a PaymentIntent bound to that customer and method and confirms it off session.
1
createPaymentMethod
postPaymentMethods
Create a PaymentMethod of the requested type.
2
attachToCustomer
postPaymentMethodsPaymentMethodAttach
Attach the payment method to the customer for reuse.
3
createPaymentIntent
postPaymentIntents
Open a PaymentIntent bound to the customer and saved method.
4
confirmPaymentIntent
postPaymentIntentsIntentConfirm
Confirm the PaymentIntent off session to charge the saved method.
Source API Descriptions
openapi