#morteza_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/1382331973904760853
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
evt_3RYltpLmjdnG8GX00ikAeFk5
I wanna know if this event has been sent to our endpoints
this is the charge id ch_3RYltpLmjdnG8GX007Q38ZRG
no this event wasn't delivered
why is that
you don't have any webhook endpoint that is listening for payment_intent.* events
including payment_intent.succeeded
we listen to charge.succeeded
we expect this event to be sent to a url ending in /UpdatePaymentStatus
ok so the event that you're expecting to receive is https://dashboard.stripe.com/events/evt_3RYltpLmjdnG8GX00BVQVDYR which yes wasn't delivered on one of your webhook endpoint and is still pending
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
your server responded with 400 Bad Request
you need to look at your internal logs to see why your server is throwing this error