#bilala1122

1 messages · Page 1 of 1 (latest)

rapid lavaBOT
#

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.

hot fjord
#

Hi 👋 do you have more specifics about the scenario you're testing? Is this for a Connect scenario, where you're creating Payouts for your Connected Accounts, or is this something you're trying to do directly for your own Stripe account?

dreamy haven
#

For custom connect accounts

#

The UI is showing result from balance retrieval

const balanceInfo = await stripe.balance.retrieve({stripeAccount: driver.stripeAccount}) const totalPending = balanceInfo.pending.reduce((total, entry) => total + entry.amount, 0); const totalAvailable = balanceInfo.available.reduce((total, entry) => total + entry.amount, 0); const totalInstantAvailable = ((balanceInfo.instant_available ?? [])).reduce((total, entry) => total + entry.amount, 0) ;

#

Before making payout, the pending was $19.80, the instant available is also $19.80, and available was zero

hot fjord
#

Hm, so it sounds like you paid out the instantly available balance, and you're left with a negative available that is balanced by a positive pending balance. I think that balances out.

dreamy haven
#

But, why stripe have not cut their 1% fee for instant payout?

#

Also, does this instant payout is taken from balance I have in main stripe account?

hot fjord
#

I'm not sure how those instant payout fees are assessed (we aren't too familiar with fee structures in this forum), but I don't think they're expected to be taken from the Connected Account. I believe your Platform is responsible for the fees if you're using Custom Connected Accounts. I would recommend double checking that with our Support team:
https://support.stripe.com/?contact=true

#

My understanding of instant payouts in general, is that they provide early access to pending funds, so I don't think they pull from other balances and wait for the inbound pending balance to cover the negative balance.

dreamy haven
#

So, you mean they don't cut from our main account

hot fjord
#

I don't believe so

#

but I would recommend double checking that with our Support team, I'm not sure if the accounts going negative would cause Connect Reserves to kick in:
https://support.stripe.com/questions/reserves-for-connect-platforms-and-connected-accounts