#oriolbv_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/1493942701526220850
đ 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.
- oriolbv_api, 2 hours ago, 28 messages
hi there!
Will it help to add the off_session parameter in the update flow?
if you do this, it tells Stripe that the end user is currently not online. so we will ask the bank for a 3DS exemptions. this means 3DS will be less likely to happen, but it can still happen.
okay, and it's the best way to try to avoid 3DS?
if the user is actually offline, then yes.
there's no way to disable 3DS, since it's ultimately the banks that decide if they want to trigger 3DS or not.
okay! that explains a lot!
and just for curiosity...to create the subscriptions we use the Checkout session in mode subscription. Is there a way to set the off_session here?
that wouldn't make any sense. if you create a Checkout Session, then the user will need to visit the checkout session to create the subscription, so they are currently online.
yes I know, but to have the off_session activated for future updates