#NeetCode-orders
1 messages · Page 1 of 1 (latest)
👋 Happy to help
Based on the Webhook configurations, it doesn't listen to any order.* events: https://dashboard.stripe.com/test/webhooks/we_1L7urNACJ3FgyPTgeFgJ4EoK
The order.payment_completed event is available, but just that your Webhook config doesn't enable listening to it: https://dashboard.stripe.com/test/events/evt_1LX2IBACJ3FgyPTgQEcTE74d
That makes sense, but I already enabled the orders beta by following (#1006682673152004136 message.
). And in the stripe dashboard i dont see the options to enable any more orders events from my existing test webhook endpoint:
Discord is the easiest way to communicate over voice, video, and text. Chat, hang out, and stay close with your friends and communities.
I tried creating a new test webhook endpoint, and the Orders API events were listed. I'll give it a try right now and see if it works.
Looks like the Orders events are reaching my endpoint as expected now. Forgot to swap the test secret key on my server so they're failing, but thats an easy fix.
A bit strange you can't edit an existing webhook to add the orders api beta, or at least i couldnt figure out how. Maybe worth adding that to the docs.
Anyways, appreciate the help!
Glad it works now! And yes, that is a bit surprising. I will put in a feature request to allow that kind of change