#arf_code
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/1391784005409574923
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
Are you correctly calling the useCheckout() hoook in your code before you try and use the .on event listener?
If not, that's likely your issue
I just followed the README, replacing {{PRICE_ID}}and api key.
That's not how programming works unfortunately, you need to be able to debug and troubleshoot the code you're writing/running.
Hm
That's why I asked some help here, because my debug analysis point to some problem in the code
To be more explicit :
"checkout.on is not a function" -> on method is no longer used in recent versions
That's fair.. It's possible the quickstart is outdated.
This is the canonical guide we typically recommend looking at for embedded components flow - https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=embedded-components#initialize-checkout
Ok I'll have a look at this doc. In the meantime could you update this quickstart or mark it as outdated please ? In order to avoid the same problem for others