#jd-fee

1 messages · Page 1 of 1 (latest)

pallid apex
#

You can only calculate the fee-included amount and set it for Payment Intent

upbeat yew
#

you mean in my invoice I need to factor in the stripe fees?

#

if you can please break down what you mean by payment intent etc

pallid apex
#

So PaymentIntent is the most common component in Stripe. But if you use Invoice it's the same story: factor in the Stripe fee into its amount

upbeat yew
#

so what's the best method?

#

factor in my invoice?

#

but stripe fee will again increase on the total invoice including stripe fees

#

I dont get it

pallid apex
#

It's a calculation logic 🙂 Let's say if the fee is 3%, you want to get $100 then you need $103.1 since $103.1 * 0.97 = $100.007

#

But I would recommend not doing this. Most of the business just set $100 and have financial report of revenue = $97

upbeat yew
#

why you not recommend this?

#

as its a common practice that customers bear the credit card surcharges or payment surcharges