#dragon.frost
1 messages · Page 1 of 1 (latest)
hi! you would follow the guide at https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements that involves creating an 'incomplete' subscription and using a PaymentIntent that gets created by the first Invoice and confirming that on the frontend.
This means that we would need to update our usage of plans api to prices api as well right?
Or can we update to the new subscription flow using the plans API itself?
you can still use Plans
you can even pass a plan_xxx ID to the price parameter in the API, it just works and is all backwards/forwards compatible
Can you please confirm if following the documentation you linked above will allow our app's subscription flow to be SCA compliant?
yes
Oh cool, thanks a bunch.
I would like to suggest that in the documentation there should be a place where you reference that migrating to the PaymentIntent API also involves making changes to the old subscription flow.