#Mike.7189-webhook-signing
1 messages ยท Page 1 of 1 (latest)
Hey there! Can you double check you're using the correct signature secret for your live webhook?
AHA! All good?
The signing secret. The other is just the object ID for the webhook
hallelujah ๐
๐
that was easy ๐ thank you 
how can I use the we_xxx?
Somewhat like:
stripe.webhooks.retrieve('we_xxx')
?
I mean what's the point of this thing
Some users need to programmatically manage their webhooks
poor fellas
so basically the same logic with webhooks, as with products or prices?
stripe.{{products/prices/webhooks}}.{{retrieve/update/create}}
right?
Yeah, pretty much all objects in the Stripe API have the same 'methods' (list, create, etc)
Webhooks are just like any other object
dope. Stripe is the best ๐
Well written docs, nice dev-help (I honestly couldn't find ANYBODY having discord server for live dev-help).