#john_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/1296351202195279914
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I am not sure how to fullfill no cost orders, since webhook is not getting triggered at all
I am using payment link of the product, basically user clicks the link, opens in browser, enters promo code, puts email and hit proceed. After that no webhook is getting triggered
I am using stripe listen --forward-to localhost:3000/webhook
Do you mean you're expecting https://dashboard.stripe.com/events/evt_1QAmasGEZcPk1AQr4D9KlG17 in your localhost endpoint?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yes checkout.session.completed
i am expecting to get fired, but entire webhook is not getting called
and nothing in CLI logs either
any paid order, works fine
By default, Stripe CLI only forwards events in test mode. However, evt_1QAmasGEZcPk1AQr4D9KlG17 is in live mode
It's expected evt_1QAmasGEZcPk1AQr4D9KlG17 won't be forwarded in Stripe CLI
In live mode, you shouldn't use local endpoint to listen to the events
so i should have live webhook url only?
You should set up a hosted webhook endpoint in your server