#uziiuzair_webhook-endpoint-events
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/1233482092550033532
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
This webhook event was not sent any webhookk endpoints
Your live webhook endpoint is only configured to listen to indentity.verification.* events
You need to listen to checkout.session.completed
Hey @wooden light
This is the endpoing: we_1OovENI35eK3t0Zs9RIQvCcL
Here's what I'm listening to
Listening to
checkout.session.async_payment_failed
checkout.session.async_payment_succeeded
checkout.session.completed
I didn't immediately notice that endpoints have their own Ids too.
I am looking at your account and the only endpoints that are configured to listen to Checkout events are for Connect accounts, not your own
Oh my bad. I didn't even notice that.
Thank you for clearing that out for me.
I just created a new endpoint, is there a way for me to replay an old event without having to make a new payment?
You can use the Stripe CLI to trigger re-sending the event https://docs.stripe.com/cli/events/resend
Perfect, thank you so much!
Happy to help ๐