#GiGStartr-net-amount
1 messages · Page 1 of 1 (latest)
I think you are correct. Can you clarify what you mean by the net of transfers (amount + fees)?
When I transfer funds to the connected account, I am charged a fee. The net amount taken from my platform balance would then be the amount transferred, and the fee - the "net" being the actual impact on the platform balance.
in the parallel case of charges, I am also charged a fee - so that the "amount" is added to the platform balance, and the "fee" is charged from the platform balance, hence the net would be (amount - fees)
Do you have an example of a transfer you are seeing this fee on?
nope, developing code to do such work, and anticipating.
Your platform will net the charge amount - stripe+fee - what_you_transfer_to_others
If you haven't seen this from our docs, this is a helpful diagram
There shouldn't be fees on the transfer from your platform to your connected accounts from what I understand of your situation
yes, but because I need to work with transfer_groups, I need to calculate this. I know there are charges associated with connect accounts.
from this page: https://stripe.com/connect/pricing there's a mention "0.25% + 25¢ per payout sent" - that's not a transfer fee?
(I note the inconsistent use of the word "payout")
is this "0.25% + 25¢ per payout sent" charged to the platform or connected account?
(using express)
Ah yes so those are different things. The transfer from your flow is transferring money from your stripe balance to their stripe balance
Payouts are when we send money from Stripe Balance to an external bank account
which will obviously occur in the connected account, since they want to actually receive their funds
so who (if anyone) is charged when the connect account does a payout?
(Design goal, btw, is this service costs the connected accounts nothing - the platform covers the costs out of the fee we add to the ticket price)
(another reason I have to know the details to design the correct platform fee)
Gotcha. I think the fee is taken out of each payout but let me double check
So if you were that diagram, you want to make sure the driver gets $20 after the payout, even if there is a fee
yep.
Thank you for clarifying. Checking in to this...
So this depends on your setup and who you are paying out to a bit https://stripe.com/docs/payouts#supported-accounts-and-settlement-currencies
From my read of that doc, yes. I would still reach out to our support to confirm https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center 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.
This server is more for how to code these things, support can better speak to your business case