#mason-terry_connect-account-debits
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/1317178668002312195
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mason-terry_webhooks, 1 day ago, 9 messages
- mason-terry_webhooks, 1 day ago, 6 messages
Hi ๐
We don't have a test mechanism to delay a dispute. The only dispute testing tools we currently have are here: https://docs.stripe.com/testing#disputes
I can make a feature request for this but I cannot guarnatee if/when it will be implemented.
Okay thank you. I'm trying to test what will happen if a dispute happens and the connected account balance does not have that amount available. If debit_negative_balances is true, will it just make the balance go into the negative?
If the dispute amount is sufficient enough to make the Stripe account balance go negative, and you have debit_negative_balances set to true, Stripe will attempt to pull funds from their bank account to cover the negative balance.
will that be true if we programmatically create a transfer reversal when we get the charge.dispute.created event?
Yes it should
thank you