#slowinski-3ds-without-intent

1 messages ยท Page 1 of 1 (latest)

errant dock
#

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?

cobalt lagoon
#

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

errant dock
#

are you using Stripe.js to confirm the PaymentIntents server-side? Because it should handle the 3DS redirect automatically.

cobalt lagoon
#

as above - i dont use payments intents, i use subscriptions

#

so question is it possible to trigger this action without using payment intents

errant dock
#

can you share an example subscription ID?

cobalt lagoon
#

pi_3Lom8ZKzEuaxuUK81PjVOMxe

#

one on test mode

errant dock
#

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

cobalt lagoon
#

๐Ÿ™

#

thank u

errant dock
#

NP! ๐Ÿ™‚ happy to help