#adityalystlocdeveloper_33428
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- adityalystlocdeveloper_33428, 20 hours ago, 25 messages
No you can't test this flow in test mode.
No you can't.
If you want to see the flow, you can create a live mode PaymentIntent with https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_options-card-request_three_d_secure set to any to trigger 3DS
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i live mode its will ask confirmation if card require 3d auth right?
no ned to right extra logic?
Setting request_three_d_secure to any will enforce 3DS.
Ah I see. What I suggested earlier doesn't work for recurring payments because the invoices are created by Stripe.
You might want to set up a custom radar rule to force 3DS for recurring payments.