#JVids
1 messages · Page 1 of 1 (latest)
Hello 👋
Typically you'd run the code to update the inventory on the page where you're being redirected.
Are you looking to prevent the redirect from happening?
I am not looking to prevent the redirect from happening. This is my first time building an app like this and I am not familiar with the conventions/best practises. Thank you for your answer!
Gotcha. Typically folks rely on webhook events to update the inventory when the payment succeeds
https://stripe.com/docs/webhooks
Have you had a chance to look into that? If not, would recommend starting there
I will look into it. Thank you for your suggestion!