#sandhya_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ 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.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ 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/1278668272962637824
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- sandhya_api, 3 hours ago, 10 messages
hi! it works if you use the right test card
https://docs.stripe.com/testing#authentication-and-setup
4000002500003155
If SCA is confirmed during setup intent , does it allow payment in future without sca using same payment methos
if you complete 3D Secure when setting up the card then you can qualify for a 'merchant initiated transaction' exemption when doing off_session payments on the card in future; the 3155 card simulates those exemptions.
so for live cards this will be exempted right
We will request the exemption yes. However it's ultimately up to the bank/issuer as to whether it is granted โ they can still request 3DS/auth for on MIT payments
There is no way around that unfortunately, you just need to ensure your integration can handle such scenarios
so do we need set any flag for MIT exemptions or stripe will handle it
You'd pass the off_session: true parameter when creating your Payment Intent which is the MIT flag
yeah we are passing it but is it possible with that flag as well it can ask for sca
?
That flag requests the SCA exemption yes
passing off_session: true for live 3ds cards , will exempt sca always
I already answered this
We will always request the exemption. They bank can still request 3DS though