#nickdnk_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/1328380727972335677
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Not really sure what "negative transactions" means? Refunds? Top-ups? Payouts?
Good question, looking in to this
It would be fine to receive all balance updates, it doesn't have to be "now negative" and "no longer negative" only
I'll just keep a column with stripe balance on my end
Hi, I can confirm that is not an event for a negative balance. You're idea of keeping track of Stripe balances on your end is the recommended step.
But how would I do that?
I guess my question is actually what "This event is not fired for negative transactions." means
as the balance usually only goes negative in case of refunds, if it doesn't fire then it won't be very useful
Oh, I read your response differently. You can use the Stripe API using the Balance endpoint, https://docs.stripe.com/api/balance/balance_retrieve for each Connected account.
We talk more about negative balances here: https://docs.stripe.com/connect/account-balances#accounting-for-negative-balances
I will share your feedback with the product team as well. Thank you
I need it as a webhook, I can't query all the accounts all the time to retrieve their balance
These are all standard accounts so I don't control their payouts or negative balance behavior
You could use the Stripe Account Header to get the balance on Standard Accounts, no?
Sure, but I can't do that all the time
I'm aware I can ask the API, but I need the info as a webhook
There is currently no events fired for negative balances. I've shared your feedback with the team.