#equilibrium-fee-customer
1 messages · Page 1 of 1 (latest)
We don't really have an example beyond what is explained in this article
equilibrium-fee-customer
Honestly I recommend never using this at all. It doesn't really make sense in a world where you accept more than card payments for example
design your pricing to include Stripe's fees
You mean like i should add the conversion fee/stripe fees to the payment intent?
You should price your own product(s) inclusive of Stripe's pricing (and any other fees).
Got you, when I'm using the application_fee param for connect destination charges.
the customer received his markup correctly in case of USD settlement currency & USD presentment currency ( example $2.0 )
however in the case of USD settlement currency & EUR presentment currency its not 100% ( example $1.99 $1.98 ) not sure why
there's a conversion fee in that case
Oh sorry, just to clarify
in same region ( USD - USD ) ( USD-EUR ) works well - im adding the 1% fee to cover stripe fees
in cross-region ( USD-USD is fine ) ( USD-EUR ) I'm getting this 1.99, 1.98 issue
is it possible to always give the connect account the same exact number without worrying about decimals ( like always 2$ markup )
there's likely an extra fee somewhere? Sorry this is all really abstract