You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm having a problem when testing my webhooks integration with the stripe_events gem.
I'm triggering a webhook from the CLI, the CLI interface reports <-- [200] POST for the event.
The event reaches my local endpoint, I can process the event as expected and my rails logs is also showing "Completed 200 OK".
But in my Stripe Dashboard all webhooks have status "404 ERR" which is not expected. I have tried sending both platform webhooks and connect webhooks but it's the same result for both.
Not sure what I'm missing? Anyone else had this problem?
The text was updated successfully, but these errors were encountered:
Hi,
I'm having a problem when testing my webhooks integration with the stripe_events gem.
I'm triggering a webhook from the CLI, the CLI interface reports <-- [200] POST for the event.
The event reaches my local endpoint, I can process the event as expected and my rails logs is also showing "Completed 200 OK".
But in my Stripe Dashboard all webhooks have status "404 ERR" which is not expected. I have tried sending both platform webhooks and connect webhooks but it's the same result for both.
Not sure what I'm missing? Anyone else had this problem?
The text was updated successfully, but these errors were encountered: