#kaynaat_

1 messages ยท Page 1 of 1 (latest)

bold frigateBOT
twin crypt
#

๐Ÿ‘‹

#

Out of curiosity why are you handling the 3DS modal yourself?

#

Why not just allow Stripe.JS to handle this for you?

sturdy knot
#

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.

twin crypt
#

Are you handling raw PANs yourself for your integration?

sturdy knot
#

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.

twin crypt
#

Hmmm I believe it should ๐Ÿค”

bold frigateBOT
sturdy knot
#

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.

junior ferry
#

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