How can I include the service fee on the Stripe?

  • meex
    Asked on May 12, 2017 at 2:41 PM

    How can I include the service fee on the stripe module?

  • Jan
    Replied on May 12, 2017 at 3:50 PM

    My understanding is that you want to add products in the Stripe payment field. I checked your form and I can see that it is already connected with Stripe. Please follow this guide to create a product:

    1. In the Form Builder, select the payment field and then click the "Payment Settings" button. After that, click the "Save" button.

    How can I include the service fee on the Stripe? Image 1 Screenshot 40

    2. Click the "Create New Product" button.

    How can I include the service fee on the Stripe? Image 2 Screenshot 51

    3. Enter the Product Name and Price.

    How can I include the service fee on the Stripe? Image 3 Screenshot 62

    4. Click the "Save Product" button when you're done.

    Related guides:
    How-to-Integrate-Stripe-with-your-Form
    How-to-Add-Options-to-Payment-Forms
    Setting-Up-Your-First-Order-Form

    Hope that helps. Thank you.

  • meex
    Replied on May 12, 2017 at 3:55 PM

    No, I want to be able to add the 2.9% processing fee to the customer's responsibility. The site is for collecting probation fees and we want to leave the option to be able to let the person choose the amount. 

  • jonathan
    Replied on May 12, 2017 at 5:22 PM

    To achieve this, you will need to use custom payment calculation on the form.

    #1 Add a Textbox and Calculation widget on the form.

    How can I include the service fee on the Stripe? Image 1 Screenshot 50

     

    #2 Add Calculate condition to add Payment + Service fee (0.029) into Calculation widget

    How can I include the service fee on the Stripe? Image 2 Screenshot 61

     

    #3 Assign the Calculation widget total to the Payment field.

    How can I include the service fee on the Stripe? Image 3 Screenshot 72

     

    #4 Save the form.

     

    I also suggest you remove the existing condition I see on your form...

    How can I include the service fee on the Stripe? Image 4 Screenshot 83

    Here is a demo form you can test the custom calculation...

    https://form.jotformpro.com/71316935022955

     

     

     

  • meex
    Replied on May 12, 2017 at 11:43 PM
    ok, I have that part down, but it is adding 3 cents to the total not 3%
    ...
  • jonathan
    Replied on May 13, 2017 at 6:30 AM

    I apologize for the mistake. The formula was wrong (I copied what you did).

    This should be the correct formula for the Calculaiton

    How can I include the service fee on the Stripe? Image 1 Screenshot 20

    You can test the form again https://form.jotformpro.com/71316935022955

     

  • meex
    Replied on May 13, 2017 at 11:43 AM
    YES!!
    Thank you!!
    ...