#vineet_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/1232604267731357786
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! not sure what you mean, what sort of 'checks'?
There was a user who tried to subscribe via the legacy checkout, however we did not receive any webhooks or communication from stripe. So, I am assuming that the user could not pay through the checkout for some reason which can be due to few internal checks by stripe like the one I shared above.
you really should not be using legacy Checkout at all, it's been deprecated for years.
What webhook were you expecting?
I don't tihnk it's possible to say really what happened
The above error msg is displayed when I tried to click on the "Pay" button
sure, and it's totally expected and self-explanatory I think
like if you're based in India, 3D Secure is required on every payment and legacy Checkout does not support that, it makes no sense to use that product today
"you really should not be using legacy Checkout at all, it's been deprecated for years. "
Yes, we've been transitioning to newer Stripe Checkout and now the legacy checkout is only used for a very few countries with less subscription frequency
So, is there any documentation which talks about similar other checks as well?
not that I know of. Like there can be various errors for various reasons, like that test-in-live error, or declines, or generic errors
do you have a specific question about a specific problem/transaction/some specific code? that's generally how we can help
Cool! No specific questions as such