#xavib_webhooks

1 messages ยท Page 1 of 1 (latest)

sand remnantBOT
#

๐Ÿ‘‹ 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.

wet moat
#

๐Ÿ‘‹ happy to help

#

will be with you shortly

#

stripe->workbench->webhooks has 0 registers
what do you mean by registers?

light peak
#

No events in the logs

#

Flat line

wet moat
#

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

sand remnantBOT
lofty phoenix
#

hi! I'm taking over this thread. let me know if you have other questions!

light peak
#

Well we configured these events long ago and they used to show in stripe

#

Something must have changed?

#

(Payments are still reaching zoho)

lofty phoenix
#

that screenshot is not in english, so I have no idea what it says.

light peak
#

gimme 1 sec

#

from documentation (our endpoint is different)

lofty phoenix
#

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

light peak
#

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

lofty phoenix
#

if anything on Stripe's side has changed
changed about what exactly? I don't understand your question.

light peak
#

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

lofty phoenix
#

can you share some concrete information? like a specific Event ID you received in Zoho but not on Stripe for example?

light peak
#

I have ids like
ch_3S2waHK7MQtpdjzI0pIuAtYv

#

ch_3S3CorK7MQtpdjzI0oo6D3iv

lofty phoenix
light peak
#

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

lofty phoenix
#

both options are possible, it's up to you.

light peak
#

the events I listen to just affect the report right? not the execution itself