#ctodan
1 messages · Page 1 of 1 (latest)
Yes, we have this doc that shows that flow though with the web frontend. Basically it is the same flow as the one you linked but you create a subscription and pass the client secret of the subscription's first invoice's payment intent https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
gotcha, what would the flow be if the user wanted to update or change their payment method for the renewal?
You can save the PM through a SetupIntent and then set it as the default payment method for either the customer or subscription https://stripe.com/docs/payments/save-and-reuse