#timsiegelkow
1 messages · Page 1 of 1 (latest)
Hi there!
It looks like Stripe successfully sent the webhook to your URL. And the server replied with a 200 status code and an error message.
Did you write the code on that webhook endpoint?
addition: here you can see the actual response sent by the webhook
yes
Well you need to debug your code and add some logs to understand the issue.
there is no bug in the function, it literally just takes the data sent from stripes and returns it
so definitely no data sent
*from Stripe
When you get an invoice.sent event, the payload should contain an invoice https://stripe.com/docs/api/events/types#event_types-invoice.sent
Can you share the event ID (evt_xxx) where you saw that issue?
latest example: evt_1LhqRvLD7S27pTaOn8LdJT6D
What the issue with this event? We did sent you the payload, and your server replied with a 200. I don't see ant errors here.
are you 100% sure that the payload was sent?
You can see it in the dashboard right here: