#mubashar-3DS

1 messages · Page 1 of 1 (latest)

sudden relic
#

Hi! If I understand correctly you have an existing payment method, and you would like to know in advance if it will requires 3DS again for the next payment?

light trench
#

Yeah

#

Or another case is,if we try to capture that payment method and it requires 3DS again.

sudden relic
#

You can't know in advance if a payment will require 3DS, and there's no webhook events for this.
What you need to do is to try to do the payment, and handle the case where it requires 3DS.

#

Are you doing the payment on session or off session?

light trench
#

off-session

sudden relic
#

Then you need to try the payment off-session:

  • If it work, then great
  • If it fails, you need to ask your customer go back to your website/app, and then call stripe.confirmCardPayment() (with the client secret of the PaymentIntent) to trigger the 3DS flow