{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Attach API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Attach", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Payment Methods Attach", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/payment_methods/:payment_method/attach", "params": [ { "name": "payment_method", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "
Attaches a PaymentMethod object to a Customer.
\n\nTo attach a new PaymentMethod to a customer for future payments, we recommend you use a SetupIntent\nor a PaymentIntent with setup_future_usage.\nThese approaches will perform any necessary steps to set up the PaymentMethod for future payments. Using the /v1/payment_methods/:id/attach\nendpoint without fi"
}
]
}
],
"bundled": true
}