#slowinski-3ds-without-intent
1 messages ยท Page 1 of 1 (latest)
Hello ๐
The API version that you're currently on isn't that old.
Subscriptions will create PaymentIntents underneath to process payments
Is there any thing specific you're having trouble with?
i have problem with triggering redirect to 3ds auth bank screen when it's needed. on support chat i get advice to switch payments_behaviour to allow_incomplete, but when i've used 3ds test card it seems to going succesfull without any actions and on stripe dashboard it's incomplete (which is a lil bit better than totally cancelled, but still not what i need XD)
cant see nothing in documentation that not involve PaymentsIntentes that i dont use in this flow
are you using Stripe.js to confirm the PaymentIntents server-side? Because it should handle the 3DS redirect automatically.
as above - i dont use payments intents, i use subscriptions
so question is it possible to trigger this action without using payment intents
can you share an example subscription ID?
okay so objects starting with pi_xxxx are payment intent objects
the subscription ID is sub_1Lom8ZKzEuaxuUK8TcspBF3t
So like I mentioned earlier, subscriptions use PaymentIntents underneath to process payments
There's no other way to authenticate 3DS without going through the usual flow
NP! ๐ happy to help