#ayushh_webhooks

1 messages ¡ Page 1 of 1 (latest)

plain hamletBOT
#

👋 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.

trim tide
#

Is this your webhook endpoint https://couriermates.fairenow.com/api/webhooks/stripe ?

muted estuary
#

no

#

this one i disabled

trim tide
#

Is it https://transport-management-system-nine.vercel.app/api/webhooks/stripe ?

muted estuary
#

yes

#

the checkout.session.completed gets triggered

trim tide
#

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

muted estuary
#

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 ?

trim tide
#

You can resend event from CLI, or you can just test the whole flow again