#tarky_webhooks
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/1308481942869774396
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! No, there's no event or notification for that happening.
Is there any workaround for this?
What exactly are you trying to do?
Whenever an user starts a checkout session, I am saving some data into my db, if the users cancels the checkout session (by going back) I want to remove this data
I don't see any event being fired
That's not really how Checkout or, really, the web is designed to work. There's no reliable way to detect such a thing. What data is being written? Why do you want to remove it if they go back?
I am just creating a record with a status of pending before the user starts the checkout, if the checkout is successfull, I update this record to active, but what I wanted to do if the checkout failed or is canceled, I want to remove this record because there is not needed