#sammachin-webhooks
1 messages ยท Page 1 of 1 (latest)
๐
do you have a request id where you did an update on a subscription and you didn't receive the events for? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
should be able to find one let me take. alook
is req_1Se9TQK1lz8PKk what you need
in that one it reduced the qty of one of the items from 1 to zero
I will take a look
ah I think I might know what the issue is, we're using these webhooks to trigger the slack stripe plugin to post a message in our sales channel, but I think the slack app doesn't handle them, I've just setup a generic HTTP listener for the hook and I see the event there.
I can work around that by sending the events to our own app and then having that post to slack
yes that is also a possibility
I've only tested that on the test mode sandbox but looks like it, I have to run to a meeting now but if you do spot anything else wrong I'll see the message here
on which endpoint were you facing the issue?
on the slack one?
I see that the events are delivered to that endpoint successfully
cool, yeah I suspect the slack app doesn't handle them, it does some basic formatting of messages based on the evnet
FYI this is the slack app https://slack.com/apps/A0F81FNVC-stripe?tab=more_info
right meeting time!
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!