Obtain Stripe Fees

I’m in the process of setting up a form that will allow non-eCommerce customers to pay their invoices online. As part of this, I want to pass on the Stripe processing fees to the customer.

The form I’m using has two fields; Payment Amount (user input) & Processing Fees (calculation).

I have a formula attached to the “Processing Fees” field, and while this is close for many tests, it isn’t always accurate due to rounding of values.

I’m trying to find the right methods to use to execute either.

  1. Get the amount of fees that Stripe will charge based upon user input, prior to submission to Stripe.
    OR
  2. Obtain the actual fee amount post Stripe payment completion.

Any assistance would be fantastic.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.