#GiGStartr-net-amount

1 messages · Page 1 of 1 (latest)

hasty merlin
#

I think you are correct. Can you clarify what you mean by the net of transfers (amount + fees)?

neon forum
#

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)

hasty merlin
#

Do you have an example of a transfer you are seeing this fee on?

neon forum
#

nope, developing code to do such work, and anticipating.

hasty merlin
#

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

neon forum
#

yes, but because I need to work with transfer_groups, I need to calculate this. I know there are charges associated with connect accounts.

hasty merlin
#

So they will both be amount - fees

#

But on the transfer there will not be a fee

neon forum
#

(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)

hasty merlin
#

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

neon forum
#

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)

hasty merlin
#

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

neon forum
#

yep.

hasty merlin
#

Thank you for clarifying. Checking in to this...

neon forum
#

In this case, international is a LONG way off, so not a "today" problem.

#

US-centric

hasty merlin
#

From my read of that doc, yes. I would still reach out to our support to confirm https://support.stripe.com/?contact=true

#

This server is more for how to code these things, support can better speak to your business case

neon forum
#

well, as I started with asking what exactly is in the balance_transactions, that kinda is coding, n'est-ce pas?

#

thx anyway.