#will_best-practices

1 messages ¡ Page 1 of 1 (latest)

fading kindleBOT
#

👋 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/1222242995928043661

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

steel hawkBOT
finite plaza
#

Sorry the allowed question length was short. Thanks in advance for your help

#

I would ideally like to debit my connected account even when at zero, so we can initiate the debit from their bank account and pay back to the platform account

gusty tendon
#

Hello! The answer depends on how your Stripe account is configured and if negative balances are allowed in this scenario. You would need to contact Stripe support to ask about your specific account's configuration: https://support.stripe.com/contact/email

finite plaza
#

Negative balances are allowed in my account and for the connected accounts

#

but referring to Stripe docs, it says that a transfer will fail if the account doesn't have enough to cover it

#

however, it refers to negative balances but only in the context of refunds and chargebacks, not about manual transfers back to the platform

gusty tendon
#

Have you tried this in test mode?

finite plaza
#

I'll give it a go but was hoping for a yes/no if transfers allow this as I've noticed differences in things working on test and live before, and it's going to be quite an involved setup if we find it later doesn't work in live

#

with real bank accounts

gusty tendon
#

The best way to know for sure is to test it in test mode and then contact support to confirm the operation you peformed in test mode will behave the same way in live mode.

#

The more specific info you can give to support the better, like the request ID of the operation in test mode, and the account IDs of the live mode accounts you want to confirm the behavior will work on.

finite plaza
#

okay, will do that, thank you