#thebobdresseur_api
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/1461279505560899690
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there! Let me take a look
๐
Do you have a request ID that succeeded in test that I can take a look at?
Thanks!
Still digging into the details
๐
So generally it is not possible to debit a connected account to make its balance go negative, as mentioned here: https://docs.stripe.com/connect/account-debits?dashboard-or-api=api
However, there seems to be some sort of difference in configuration between the different connected accounts in livemode vs testmode, that allowed your test to succeed. You would have to contact Support to ask them for more details on this: https://support.stripe.com/contact
They can also advise you on the possibilities regarding being able to debit connected accounts.
However, while I see that the livemode account you're trying to debit (for the SEPA failure fee) currently has no balance, they do have pending balance that will become available, so you would be able to retry this charge again
On the first link it says that you can make a connected account balance go negative if the reserves are activated
Is it not the case for this account ?
In general, does what I'm trying to do make sense, is there a better way of doing it ?
Ah sorry, you're right: your platform has some extra configuration that says this is possible
But as mentioned, for some reason that configuration wasn't being applied on the livemode request you made
Do you get the same error when you retry the same request on that connected account?
I did not retry, but I'd like to know if this is a mistake on my part or on stripe's because we have lots of payments pending on this connected account
The failure broke our api and subsequent actions did not occur, so I can handle errors on this stripe's api call but I wanted to understand why it failed
hey there ๐ jumping in as my colleague needs to step away
๐
the short answer is that this depends on quite a few different checks and configurations on our side, and the tests are more strictly enforced in live mode than in test mode
you'll likely need to contact our support team to get approval to allow account debits that bring live connected account balances into the negative
just double checking some details to see if we can unblock you here first!
on that, do you know if it is a global configuration applying to all our connected accounts or if it is one by one kind of configuration ?
the configuration is at the platform level, so you won't need to get it updated for each connected account, but it looks like there may be some approvals required on our side which I'm afraid we're not best placed to help with here on Discord
but if you submit a ticket to our support team asking for approval to create account debits that will bring connected account balances negative, support will be able to review
I'll trigger a bot message now for you to open a case
We wish we could help, but you need to talk to Stripe support
We can only help on Discord if all of the following are true:
- ๐งโ๐ป You must be a developer
- ๐ ๏ธ Your question must be about building a Stripe integration
- โ๏ธ Your question must be technical/developer focused
- โฑ๏ธ You must be available to respond in realtime
- ๐ฅ You must be comfortable receiving help in public (this is a public server)
If any of those aren't true please contact Stripe support.
If all of those are true we may have misunderstood your question; please provide more details below.
Note that using an inappropriate button or submitting inappropriate information is a violation of our rules. You will be removed from this server if you repeatedly create invalid threads.
I understand
thanks! sorry we couldn't get you fully unblocked right here
And by curiosity, do you know what the parameter "allowing negative balance" on the connected account does ?
I'm not sure to understand it now
the configurations we've been discussing here are specifically in the context of account debits, but that flag applies more broadly to other scenarios that might drive a connected account balance negative (i.e. transfer reversals, etc)