#nick-myli_best-practices
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/1335961081994149940
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Here is a diagram showing a bit the doubts of the potentially "incorrect" behavior.
Should these future unrelated payments (non-subscription) be labeled as on-session and trigger a 3DS check or should they remain in off-session for the ease of the checkout flow?
What determines a payment is an off_Session or on_session is the precence of the Customer in the Checkout flow. If you are making the payment on the backend 100% without the invovlment of the customer (like a subscription renewal) then it's an off_Session payment
If the customer is in the checkout flow( like they select a saved payment method and purchase a cart online)
Then it's on_session