#meisei81

1 messages · Page 1 of 1 (latest)

warm lakeBOT
livid gulch
#

Hi, Stripe fee is always paid by the platform by default

tulip slate
#

I mean in the customer's transaction

#

How can I make the stripe's fee paid by the transaction

#

not the platform's balance

livid gulch
#

You simply need to calculate the amount to to charge, so you will take full price and the customer bear the fee

#

ie. if you charge $103.1, fee rate = 3%, then you will take $103.1 - ($103.1 * 3%) = $100.007

tulip slate
#

I mean, some sellers sell the products to the customers. When the customer pays an order, does the stripe fee could be paid from the transaction?

#

Some days ago I'd asked a question about this

#

And your colleague suggested that I change the program code

#

And I change the charge type from destination to direct

#

Under the direct charge type, the charge fee is paid from the transaction, not the platform balance.

#

So, how do I confirm the changing result?

livid gulch
#

In Direct Charge, the Charge and its Balance Transactions belongs to the Connected Account, so all the fee_detail inside it is taken from the Connected Account

tulip slate
#

Can I check this in the stripe dashboard?

#

I need to show this result to my boss..

livid gulch
#

yes, if you can see the Charge on the Connected Account