#xavib_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1412716306813292617
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
will be with you shortly
stripe->workbench->webhooks has 0 registers
what do you mean by registers?
you're only listening for 2 types of events
- customer.source.updated
- source.chargeable
and basically you don't have any integration that would generate either one of these 2 events
hi! I'm taking over this thread. let me know if you have other questions!
Well we configured these events long ago and they used to show in stripe
Something must have changed?
(Payments are still reaching zoho)
that screenshot is not in english, so I have no idea what it says.
but what is your question/issue? my collegue already answered your question:
you're only listening for 2 types of events
customer.source.updated
source.chargeable
and basically you don't have any integration that would generate either one of these 2 events
My question is if anything on Stripe's side has changed since we used to have events registered and not anymore. It might be on zoho's side
if anything on Stripe's side has changed
changed about what exactly? I don't understand your question.
From our perspective, we used to have hundreds of events logged weekly and from time to time we used to browse them
I don't know from when, but we just notice they are not logged
If nothing different on your side probably zoho has changed something and I will contact them
Thanks for your asssistance
can you share some concrete information? like a specific Event ID you received in Zoho but not on Stripe for example?
that Charge generated one Event: https://dashboard.stripe.com/events/evt_3S2waHK7MQtpdjzI0DYEXBib
it's a charge.succeeded event, but the webhook endpoint you shared before is not listening to that specific event. so as expected you didn't see it.
so I guess we need to listen to different events
Can I add an additional endpoint with different events or do I have to add events to the existing one
both options are possible, it's up to you.
the events I listen to just affect the report right? not the execution itself