Stripe
If you have an account with Stripe, you can use our Stripe integration to take credit card payments directly on your online form. Your payments will be securely taken in Stripe.
This documentation assumes you have experience creating forms in Advanced Forms. If you do not, read the Getting started documentation to begin creating forms. |
Adding the payment field
-
Set up a form with all the required fields, then drag in the Payment field.
-
In the Question field, enter a heading such as Pay Now or Credit Card Details.
-
Select Tick if answering this question is compulsory if users must make a payment before they can submit the form.
-
Choose Stripe as the payment provider.
-
Enter your Publishable Key and Secret Key. You need to get these from Stripe by following the steps in this guide: https://support.stripe.com/questions/locate-api-keys-in-the-dashboard
-
Enter a payment amount in this format: 100.00
Note the decimal point character must be a full-stop (period).
-
Optionally, enable Test Payment Mode if you want to test with fake credit card details.
Optional: Dynamically change price
If you want the payment amount to change depending on what the user selects in the form (for example, making a product selection), do the following:
-
Select the Change price dynamically based on form choices field.
-
Return to your form and add field(s) to determine the price.
There are two methods which you could use.Selection amounts
Use one or more of these field types and ensure the option includes a currency symbol (
$
):Multiple fields that contain a currency symbol will be combined to total the final payment amount.
Precalculated amounts
Use a Short answer or Calculation field named Amount to set an amount. The payment price will be taken from this field.
-
Save your form when you are finished editing.