#kaze_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/1281674535409815644
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi 👋
Hi
It seems that the connected accout is not configured for accout debits. I recommend you follow the advice in the error message and reach out to Support https://support.stripe.com/contact
i'm actual using test env
And account status is completed
is it because of this ?
"losses": {"payments": "stripe"}
That is likely the issue. I recommend you review the requirements for enabling account debits here: https://docs.stripe.com/connect/account-debits
When your platform is responsible for negative balances, such as with Express and Custom connected accounts, you can debit a connected account’s Stripe balance, transferring funds to your platform balance.
yeah seems like it
The whole controller setup makes Connect more flexible but also kind of harder to reason through. In this case, if Stripe is responsible for negative balances, then it's Stripe's responsibility to debit the Connected Account
so basically we can't create a charge then
Correct
okay, got it, thanks
Happy to shed what 💡 I can 🙂