#focux-negativebalances
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- focux-connect-negativebalances, 24 minutes ago, 7 messages
Basically, I tried to do what you said and it didn't work yet
Still I don't understand how to make Stripe debit the connected account's bank
I may be missing something, did you try something from the account balances doc?
focux-negativebalances
The thing is that when a connected account try to refund someone, they get this error:
And the balance doesn't even go to negative
So I'm not sure if that's going to help me
Can you send me the request ID from when you got this error? (req_1234)
And I think that error is from when it would cause a balance to go negative
Is the transfer that you want to reverse larger than their current balance?
Yes, but I want to auto-debit the amount from the connected account bank's account
here's the req id req_mS6dK1VWfnPXDC
Unfortunately account debits don't work like that. Also they are restricted to US accounts only and I see your platform is non-US https://stripe.com/docs/connect/account-debits
So unfortunately this can be a bit of a sticky situation to handle. The primary two ways that I have heard of for platforms recouping their funds are:
- Creating a Customer object for each connected account, saving a payment method to that customer, charge that saved payment method
- Take extra funds out of future payments to that account until you have recouped the funds
I see... but then, what was the negative balance about?
Isn't there a way to build an "Add funds" button using the API? Like for the users to add funds to their account to process refunds?
Like to add funds to Stripe's connected account
Sorry and I meant to say that you would have to do the refund without reversing a transfer, which would mean your platform would have to float the funds for ir
You could turn that Customer thing in to an "add funds" button, when the user clicks "Add funds" you could charge the Customer object that is related to their account
And can they add funds to their Stripe's account through Stripe's dashboard like using the "Add to balance" button
Or with this?
Yep yep, it looks like you are connected to Standard accounts so they would have access to the full Stripe dashboard and can initiate top ups on their account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'd reccommend talking to our support team to see if they can help you with non-US top ups https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.