Stripe · Arazzo Workflow
Stripe Attach Payment Method
Version 1.0.0
Create a payment method, attach it to a customer, then list the customer's saved methods.
Provider
Workflows
attach-payment-method
Create and attach a payment method, then verify it on the customer.
Creates a PaymentMethod of the supplied type, attaches it to the customer, then lists the customer's saved payment methods to confirm it is on file.
1
createPaymentMethod
postPaymentMethods
Create a PaymentMethod of the requested type.
2
attachToCustomer
postPaymentMethodsPaymentMethodAttach
Attach the new payment method to the customer for reuse.
3
listCustomerMethods
getCustomersCustomerPaymentMethods
List the customer's saved card payment methods to confirm the attachment.
Source API Descriptions
openapi