#kirito
1 messages · Page 1 of 1 (latest)
That's a HTTP status code indicating that your endpoint/URL is unreachable
Let me check
I just ran a test against the URL and got a 400 response: Webhook Error: No stripe-signature header value was provided.
(which is expected for the test I ran)
So seems at the time of your error your endpoint was unreachable, but now it is?
It’s happening only when it received the event invoice.paid it seems
Any idea why ?
I would guess that your code is throwing an error when handling those specific event types