#morunas
1 messages ยท Page 1 of 1 (latest)
Hello ๐
That's correct, you can use a SetupIntent to collect the new PaymentMethod and update the default on customer/subscription (depending on how it was setup in the first place)
You can also integrate customer portal which will allow your customers to self-serve this
https://stripe.com/docs/customer-management
That's ok, I like to (for now) keep the UI controlled by us and inside the platform (at least until payment systems get so complex due to legislation that it becomes insane to do it any other way than with stripe hosted solutions) ๐
But so just to confirm, SCA when changing payment methods can be covered (just like in scenario 3) with a Stripe-hosted page to complete authentication, right? And we just react to the hooks to provision or not our service
That's correct, you would likely need to enable this under email settings
Ok, thanks. I'll go that route.