Passing on Stripe fees for domestic and international cards

Hi,

We have a client that wants to pass on the exact stripe fee depending if the person checking out is using a domestic card or an international card (https://stripe.com/au/pricing)

Eg 1.75% + 30 cents for Domestic or 2.9% + 30c for international cards.

Does anyone know if this can be done, if so how to do it? According to stripes documentation, it can be done - but I’m not sure how to do it easily in Gravity Forms.

Kind Regards,
Ory

Hi Ory,

Two Gravity Forms Product Calculation field could be used to help calculate this (one for domestic and one for international). You’ll need to ask the user their address, including the country, which can be used to determine which Calculation field to show.

The formula for calculating the exact amount is provided by Stripe. To make this easier, use the Gravity Wiz Subtotal merge tag in your calculation.

Good luck!

2 Likes