#cerebro_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/1440702124760633434
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Also, I can't get the list of events that can be triggered after a payment has succeeded and later, an admin user cancels or reimburse that payment.
So far I think these are:
payment_intent.canceled
payout.canceled
subscription_schedule.canceled
can you please confirm?
Hi there ๐ I'm catching up on threads at the moment, and will be with you as soon as I can. Apologies about the wait.
Ah, looks like the triggers weren't updated for the breaking changes introduced in our newest API version, specifically where we removed support for iterations:
https://docs.stripe.com/changelog/clover/2025-09-30/remove-iterations
What's more important for unblocking you here, gibving you a path to test quickly, or a path to test against the API version that was used in that failed request?
I'm not following, I just want to test the webhooks locally
I was thinking that I could also expose my IP address and set this up in the dashboard? is that feasible?
Yeah, that's feasible. You could also cancel a Subscription Schedule using the integration you're building rather than stripe trigger, that will let you test more of your flow using the same versions your integration is planning to use.
ok I'll try that then, what about the events? are all of them? or I'm missing any?