#BastianInuk-Intents
1 messages · Page 1 of 1 (latest)
Eyy Tarzan!
depending whether the card requires 3DS or not
We already have some intents based SCA
I meant in off-sessions
We have an intents based purchase flow elsewhere
Where card acquisition (what's the term?) is token based
So after card acquisition, the two systems are pretty much interopable?
like even if you do a Setup Intent or a Payment Intent with setup_future_usage and you passed the 3DS for that transaction, we can't guarantee for sure whether the issuing bank would require a 3DS on off-session payments or not
That's understandable
We already have issues with SCA with some European customers on some parts of our service
there is a way for handling these situations
But for purchase, it doesn't matter if the card acquisition was an setup intent, or a token, is my question essentially
mainly by using webhooks and listening for a requires_action in the status (https://stripe.com/docs/payments/intents) and asking the user to come back to an on-session payment
could you be more specific? are you talking about billing, one-offs, etc?
I think it's easier describing our flow
yes would be great
We have a page to add cards to the account, this is the only page where users can add and manage cards (I'm trying to lobby so we can do everywhere where payment happens). This is currently token based, and we're transitioning to intents.
We have a page where we can purchase coins, this is already intents based, and works great with SCA.
We have a subscription page. This needs transitioning at a later date (I know there's an argument to be made that this is more pressing, but alas), and doesn't support SCA, yet.
My question: will transitioning the card form, interfere with the two other components, in a way unrelated to SCA?
I can't really tell with a 100% sureness because I don't have a clear vision on your code base
when you say interfere with the two other components what do you mean?
Like there's a lot of things you need to worry about when doing this migration
I will send you a link with a guide
just give me a moment to find it
Thanks!
Oh there's a disclaimer at the bottom of the payment form (this is generated by Stripe), is there any way to customise the verbage?
can you send me a screenshot please?