#bhargav-gollamudi_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1212689778349318205
๐ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
Hi, let me help you with this.
Could you please share the PaymentIntent ID pi_xxx?
Sometimes, issuing banks can request 3DS (requires_action) even if a card is set up correctly. However, if this happens for all cards, there might be an issue.
Please check "pi_3Op5r8HTVPoQ23vN0TPoVbj9"
We are testing currently on staging environment
I see you used a different card for this request, seems like 4000000000003220 - 3DS Required https://docs.stripe.com/testing#three-ds-cards
This explains why you always get requires_action.
But if we use setupintent on that card can't we run payment intents offline ?
Can i share the setup intent id ?
By passing "setup_future_usage": "off_session" param can't we run the payment intents in the offline on those saved cards ?
No, there's a special test card for that (the one you shared - 4000002500003155), that "authenticates unless set up": https://docs.stripe.com/testing#authentication-and-setup
Ok. Will try now. So for the test card "4000000000003220 " we always need 3DS authentication. Is that correct ?
Yes
I tried with test card number
'4000002500003155
But getting same issue.
Payment intent id pi_3Op6MdHTVPoQ23vN1lEOOmSh
๐ taking over for my colleague. Let me catch up.
Ok
are you testing the front-end from India?
Yes.
Not from Front end. Running that in the backend (Cron)
Our clients are facing issue in live too
I mean to add the card you're using a frontend with Stripe Elements right?
what you're experiencing is related to RBI regulations https://docs.stripe.com/india-recurring-payments
since the customer is Indian based
But we are trying with the Stripe TEST cards,
Will this work in UK ? Our clients most of them are UK based ?
even though, 3DS behavior depends on the customer location
Will ask our clients to try this again. There is no other way without 3d secure authentication ?
in all cases 3DS exemption or request at the end of the day is a decision reserved for the issuing bank