Product Description
Create an stripe payment form following these steps:
1.- Go to the stripe tab
2.-Configure your stripe private and public key (which you can get like this).
3.- Configure the item name (the name of the product that is going to be shown in stripe) and currency .
4.- Configure a formula, this is the total that is going to be charged by stripe. For example, if you have a ‘total’ field in your form your formula most likely should look like this:
And that’s it, now your form is going to be directed to stripe to finish the payment.