#Wizardy
1 messages · Page 1 of 1 (latest)
Hi there
Are your Connected Accounts going to be in the same country as your platform?
Or international?
At the first time yes. US-US
And this use case for delayed execution applicable just for US-US
So with US-US you can use Separate Charges & Transfers here (see: https://stripe.com/docs/connect/charges-transfers) so you can transfer later on.
So you would take the payments in your platform and then transfer when you are ready
The other option, as you mentioned, is to set the Connected Accounts on manual payouts and control when you actual payout the funds from their account
Then you could use Destination Charges if you prefer that route
Oh, okey possible two solutions)) thank you!
Sure!
How I Can calculate stripe fees?
Ahead of the charge?
Yep no fee on transfer
There are some Connect fees overall (see: https://stripe.com/connect/pricing)
But there will only be a processing fee on the actual charge
Not the transfer
Okey,
So in example above, i am using the stanrd pricing 2.9%+0.3cent
Sorry, it okey
Yes that is what will be the processing fee for a charge
I looked to another amount 👌🏻
And one more qust, I can use at the same time several ways to use destination charges and separate?)
Yep you can use them both if you want
Nice thk 👍🏻
When I use a manual payout, can I set programmable available amount for payout, without making payout to bank account?)
Hi there đź‘‹ jumping in as my teammate needs to step away.
without making payout to bank account
Can you elaborate on this part of your question? Payouts are the objects created to move funds from a Stripe available balance to the bank account associated with that Stripe account, so it's not possible to create a Payout that doesn't move funds to an external bank account.
I found!
Escrow has a precise legal definition and Stripe doesn’t support escrow accounts. However, Stripe does provide escrow-like behavior through manual payouts. This gives you influence over payout timing, with the ability to delay payouts to Express and Custom accounts for up to 90 days; though, for the US, the delay can be up to 2 years.
Manual payouts can be used as an alternative to escrow when there may be a risk of a delayed delivery, or if there’s the possibility of a refund being needed.
That looks like a paragraph from our documentation, do you have a question regarding it?
Clearly I understand that I can’t set a programmable available amount for payout after connected account received that amount.
Sorry, I'm still trying to piece together what you're asking. Are you asking if it is possible to use automatic payouts but configure them in such a way that the Connected Account will always have at least a certain amount of funds remaining in their Stripe account balance?
Yes, for example at the time my users have some payments which are available after he got on connected account, and can be amount that I Need to be unavailable for payout due to deferred execution by connected account
For example: tip’s received for services available immediately, but another services which doesn’t provided yet, but already payed by user need to be unavailable for payout.
And I Can do that logic by my side, or set an amount to be unavailable for payout.
You will need to build the logic on your side and use manual payouts, there is no way to prevent automatic payouts from paying out the entire balance that Stripe considers to be available.