Tag: payments

Charge Stripe Processing Fee to the user
javascript

Charge Stripe Processing Fee to the user

Following is how I've implemented the possibility to charge the stripe fee onto the user. Unfortunately, Stripe does not offer any API endpoint to get the stripe fees for a specified country so I had to do it manually. It is not perfect nor elegant but it works.

davide