#ayushh_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/1443478744487690345
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Is this your webhook endpoint https://couriermates.fairenow.com/api/webhooks/stripe ?
Is it https://transport-management-system-nine.vercel.app/api/webhooks/stripe ?
This one only listens to
checkout.session.completed
customer.subscription.updated
You want to listen to
customer.subscriptions.deleted
too in order to receive evt_1SXxuLIfbqj2KBH1tSonBjkO
oh
thanks
i surely enabled when i created webhook
is there any way I can trigger that delete event again?
i enabled the deleted and create
but by anychance can I replay ?
You can resend event from CLI, or you can just test the whole flow again