#Wenndder-preview-fees
1 messages · Page 1 of 1 (latest)
Hi there
We don't provide an API for this but you can look at https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers for how to calculate this on your end.
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Thank you!
Sure!
Of course
When I said fees in transactions I wasn't talking about the Stripe percentage. Here in Brazil customers usually pays with credit card and split theirs purchases to pay in a few months. This generate some fee that increment the value of the product.
So, since I'm using payment intents I pass the amout of the product I'm selling and what I wanted back is this value added to this credit card fees.
If I was using session and checkouts, Stripe provides this calculation in their interface according to the payment method that u select, but since I'm not using sessions and I'm using my own frontend, I was looking for some way to still let Stripe do this calculation for me giving back the total preview of the purshase before it complete and taking away my need of use credit card informations on backend to make this calculations (I'ts not very safe).
Can u understand? My professional english isn't one of the best.