#edutomesco
1 messages · Page 1 of 1 (latest)
sorry I can't see the attached document
What I really want to know is if I specify a checkout mode of subscription it's included the setup functionality of saving for future payments?
No. To save for future payments you will need to update the Customer on webhook later on
Subscription with mode=subscription is basically covered in this Doc https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=checkout#create-session
don't understand this part?
this is clear
When you look at the Doc above, you can see it hasn't saved any payment method to the customer yet
You will need an extra step by catching the checkout.session.completed event, and save the payment method into customer.invoice_settings.default_payment_method
Thank you!
good luck!
sorry
i have another question
i want to be sure
if I use the checkout session tool to do the payment process of my customer
Should I need in parallel to control de paymentIntent or it's controlled by the checkout session ?
it's controlled by Checkout
https://stripe.com/docs/payments/checkout#features would be an introduction to the benefits
because it's so generalistic