#Waner
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
You can collect a Payment Method using SetupIntent: https://stripe.com/docs/payments/save-and-reuse
And then attach it to the Customer, and set it as default in invoice_settings.default_payment_method: https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
After that you can create a Subscription for that Customer.
Ok so it's not possible to update the amount of a "charge" not captured ?
You can only capture an amount that's less than authorized.
Ok got it, thank you !