#kenshin_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/1439967735214768219
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, there's a balance.available webhook that will fire any time your global Stripe balance has been updated, not sure if this meets your needs? https://docs.stripe.com/api/events/types#event_types-balance.available
Will this fire also when we issue a credit note, or adjustment to the credit balance?
Just checking this, bear with me..
I don't these would necessarily fire a balance.available event. I think if you want to build a service around specific actions that happen, it would probably be best to listen to the specific events of interest. For example credit_note.created when a credit note is issued, and any other relevant events listed here: https://docs.stripe.com/api/events/types