#johannes_docs
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/1430629790867652669
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, I'm not immediately finding clarification on this, and my team isn't that familiar with preview features so I think reaching out to our support team will be the best way to get an answer on manual approval. https://support.stripe.com/?contact=true
To align on some terms: as far as I know 3DS is authorization, so it isn't possible to do something after 3DS but before authorization because 3DS is the authorization itself. Or are you talking about some other kind of auth?
i want to hook into the last possible "moment" where I am able to cancel the payment without the user getting any notifications from the payment processor.
Best case would be that after this "moment" no user interaction is required anymore because otherwise items could go out of stock while the user is busy with the 3DS or PayPal/Klarna checkout process.
But maybe for cards its not possible after 3DS. And also not after the user went through the PayPal/Klarna checkout Process (?) But then I am wondering what the "Custom Manual Approval" is about - but I will contact the support team as you advised - thanks :))
Ah gotcha, unfortunately the step in the finalize on server doc (before auth or capture happens) is the last time that can really happen. After we reach out to the bank or Klarna or whoever it is fair game to show on whatever UIs they have. So the solution with Stripe may have to be doing a temporary hold on the stock after the confirmation token is created until you see a success or decline