#sudhanshu
1 messages ยท Page 1 of 1 (latest)
i want to add a authentication code feature for every transaction, how to do it in react native sdk?
no not for subscriptions , wanted it for every transactions
๐ stepping in here
You can manually request 3DS when you create the PaymentIntent by setting payment_method_options.card.request_three_d_secure: 'any' (https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_options-card-request_three_d_secure)
You do this server-side to be clear