#Talon-3D Secure
1 messages · Page 1 of 1 (latest)
and how will it work with subscription, meaning how can customer pass 2 FA on the second month payment
@light nova this really depends how you built your integration so it's really hard to answer such a general question!
we will be using stripe element
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)
white label solution for reoccurring payment
no we would like to use subscription api
we won't be handling any logic
then I'd start by looking at https://stripe.com/docs/billing/migration/strong-customer-authentication
also you've already built some code right?
we've been talking for a few weeks
so try your code with a 3D Secure test card (https://stripe.com/docs/testing#regulatory-cards) and see what it does! the guides you've been following should all have made it clear how authentication happens
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