#obo-connect-sct
1 messages · Page 1 of 1 (latest)
obo-connect-sct
@gaunt spoke that's really up to you on how to design this. There's no API for pre-calculating fees, the fees depend on many factors (currency, payment method type, international/cross-border), there are other fees like Connect related fees, etc.
Really as a platform you should make up your own pricing that covers Stripe's own fees plus your own fees.
And how to split the funds, you would use https://stripe.com/docs/connect/charges-transfers
My developers have had a hard time getting the math to work everytime. We created a separate connect account hoping this would be easier to calculate what is left of the 10%. Would it be betterto delete the second connect account (which duplicates the platform bank account). And instead of doing a 90/10 split, simply do a 90% to connect account and keep what is left in the platform account? If doing this, how do I programatically set this remainder to be sent to the bank as a deposit? The money sitting in the platform account is acting as an escrow account so I cannot automatically deposit incoming money to the platform account. Can I programatically deposit a set amount "manually" but not affect the platform balance?
yes if the other account is your own then you should keep the money in your own platform, that's the way everyone else does it
There isn't a way to separate the money, it's all one big bucket for the platform
This is what I originally wanted done. I was told that I cannot set to manual deposit, yet set that deposit to happen automatically. Say I have $10,000 in "escrow" I need to release $90 to connect account and I want to send $6.95 to the platform bank account now. Leaving $9,903.05 in escrow.
then you track the funds manually and use the Payouts API to send the funds
At th end of the day, I need to be able to track the $90 connect transfer and deposit the $6.95 (or whatever this calculates to) into the platform bank account. But not automatically deposit any of the "escrow" money until it's transferred.
Sure but none of this can be automated by us. You would track all of that balance yourself in your own system/ledger. No way around it
Can I trigger an amount to deposit manually? Back to the $6.95 amount, I need to deposit this amount to the platform bank account. I cannot set the deposits to automatic because I don't know when a transfer will happen to the connect account (and associated platform fee).
yes you would be on manual Payouts on the platform, you grow a balance over time and you use the Create Payouts API: https://stripe.com/docs/api/payouts/create to send funds to your own bank account whenever you need to
Is there a way I can receive an amount, do the math right then for the entire 10% fee (minus stripe fees for the total amount) and deposit that amount right now into the platform bank. Then, the individual 90% transfers can be done later to the connect account and leaving the escrow in place? My problem is I cannot deposit the escrow amount (which needs to equal 90% of original amount purchased).
That's totally possible. I don't get what is blocking you from doing that
I'm not the developer, I'm trying to solve a problem they are having. They have been at this for over a month now, and I'm trying to think outside the box for them.
Yeah I just don't get the problem. Charge $X, look at the fee, then decide what's left.
I can't seem to open that API link "payouts/create" you pasted above.
what's the problem exactly?
when I click on the link, it never loads
not sure sorry, works fine for me and it's our canonical API reference. Does https://stripe.com/docs work for you?
No, I tried different browsers. Maybe my PC needs to be rebooted.
Other sites open fine.
yeah seems like some issue with your computer sorry
Okay, before I reboot. My theory is my developer should be able to accept the payment (which is already minus stripe fees), calculate the 10% of total subract the fees and force this deposit to the platform bank. Even if deposits is set to manual (using the link above)?
The only thing remaining in escrow would be 90% of the original purchase which can later be moved to individual connect accounts.
yes
and you can move the 90% to the connected account too, there's no reason to wait
You likely want to chat with our support team at this point. You're not the developer and seem quite lost overall with the product offering that Connect is. They would be better equipped to help you 1:1, you can reach them here: https://support.stripe.com/contact