#RJ01
1 messages ยท Page 1 of 1 (latest)
Hi there!
If your payment is successul, you can find the Stripe fee here: https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment
Here is my case,
we want to include the stripe fee in the total amount that the customer will pay
example..
Product Price = $99
Sales Tax for that state is = 7.8% ( Sales Tax โ Arizona (7.8% on $99) = $7.72 )
Sum Amount: $106.72
Stripe Fee: $3.39 ( $106.72 * 2.9% + $0.30)
Total Amount: $110.11
if we pass this in Stripe or if the user pay for this. the stripe fee changes since it is looking in the total amount..
If we deduct the Sales Tax and Stripe Fee in Total Amount it is not exact $99
please help, how can we charge the customer including the stripe fee and getting the whole $99 after deducting the sales tax and stripe fee..
So you want to increase your price so that the customer pays the Stripe fee?
yes that is correct
we want to increase our price depends on the sales tax and stripe fee so if we deduct those additional cost we will get the whole product price
That's something we strongly recommend against, since it's 1) complex to do and 2) illegal in some countries.
But you can learn more about this here: https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers
yea we are aware of that. but my concern is how can I increase our price depends on the sales tax and stripe fee so if we deduct those additional cost we will get the whole product price
I'm not sure I understand your question. Did you read the link I shared that explain how to do the calculation?
yea unfortunately i cant understand the formula ๐
if you can give an example. it will be helpful thank you
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
sure thanks
It depends largely on how the tax is calculated in your region, which might make the calculation very complicated. I would not recommend doing this, as also my colleague mentioned, it might be illegal in many countries. If you still want to do this, please reach out to Stripe Support and they might help you with the precise calculation: https://support.stripe.com/?contact=true
okay thank you
Happy to help!