#kaynaat_
1 messages ยท Page 1 of 1 (latest)
๐
Out of curiosity why are you handling the 3DS modal yourself?
Why not just allow Stripe.JS to handle this for you?
Is there a way to do it automatically?
I have to configure several other providers like checkout.com etc.
And not all of them will trigger modals automatically, So I want to keep a similar flow for all of them.
Are you handling raw PANs yourself for your integration?
Also, I am not using stripe JS, last time I asked a question here, I don't remember who responded but they said that Vue JS does not have complete support of Stripe JS.
Hmmm I believe it should ๐ค
Yes.
I don't know why if I can receive post messages in case of 3DS, then why not 3DS 2?
I'm getting "loaded", then why not some message after the user clicks on "complete" or "fail" payment option.
It could be the same message. I send an API request to the backend to check the payment status at the end anyways.
Hey there, I don't fully understand your integration but a couple of things:
1/ No we don't have Stripe-provided support for Vue integrations. It's possible, but involved, to manage this, or you can use community-maintained libraries like vue-stripe
2/ For manually displaying 3ds flows yourself, you need to provide a return_url when you confirm the payment on your server, following the docs here:
https://stripe.com/docs/payments/3d-secure#manual-redirect