#lmtr0-subscription-fee
1 messages · Page 1 of 1 (latest)
hello there
so, I want to leave the fees of the transation to the user
in the invoice the fees are 3.99% + 0.5% however the result of 3.99% + 0.5% * amount is then passed through stripe, and the result value would have to pass this 3.99% + 0.5% again (I did the calculations, and the new amount - (3.99% + 0.5%) was lower than the amount
did you get it?
not really
can you give me a concrete example?
Like you want $100, but since Stripe's fee will be $3.5 you want the customer to pay $103.5 so that you net out $100?
yes
let me copy the invoice
this is the default behaviour (I rounded it to 5% but please consider it 3.99 + 0.5%)
this is kinda what I want
however If i increase the amount you can see that the fee change
gotcha, yeah that's not something we support unfortunately. You'll have to do the math
Oh
ok
thanks :)
basically https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers but it's tricky since each payment method has its own fee system 😦
yeah
thats why it sucks to implement it DIY
but ok, nothing that a little of code can't solve
thank you very much non the less
have a nice day :)
you too!