#Talon-3D Secure

1 messages · Page 1 of 1 (latest)

night badger
light nova
#

and how will it work with subscription, meaning how can customer pass 2 FA on the second month payment

night badger
#

@light nova this really depends how you built your integration so it's really hard to answer such a general question!

light nova
#

we will be using stripe element

night badger
#

what part of the API do you use(PaymentIntents directly, or Checkout, and do you use the Subscriptions API itself for recurring payments or handle the recurring logic yourself)

light nova
#

white label solution for reoccurring payment

#

no we would like to use subscription api

#

we won't be handling any logic

night badger
#

also you've already built some code right?

#

we've been talking for a few weeks

light nova
#

this is bit diff project for our new client

#

so it says, in case 2 FA is required for second month payment. we should bring them on-session.
Meaning we should email them and send them some sort of link so that they can go to checkout page again and pass it

and one way to find out would be if the payment is failed. So we can build webhook and divert user to checkout page to pass 2 FA

night badger
#

yep that all sounds about right!