Stripe

Global Settings

You can integrate and set up Stripe to the Cost Calculator in the Payments of the Global settings. To do this, go to Global Settings >Payments> Card Payments and click Apply to all calculators to apply settings to all calculators.

And here you can see Stripe:

After clicking on Setup, these settings will come up:

Public key - A publishable key that can be found on the API keys page in the Developers Dashboard.

Secret Key - A secret key that can be found on the API keys page in the Developers Dashboard.

Currency - Put the currency you want to get payments in.

Settings in the Calculator

You can also set up Stripe to the Cost Calculator in the Payments section of Individual settings. To do this, go to the Settings tab of the calculator you want and head over to the Card Payment of the Payments section. There will be Stripe:

After enabling Stripe and clicking on Setup, these settings will come up:

Public key - A publishable key that can be found on the API keys page in the Developers Dashboard.

Secret Key - A secret key that can be found on the API keys page in the Developers Dashboard.

Currency - Put the currency you want to get payments in.

Total Field Element - It is a feature at the end of the Payments section that lets you choose one or some Total fields(Formula elements) you want to show or hide.

When "Apply for all calculators" is enabled in the Global settings, it will be applied for all created calculators, and there will be a notice when you edit the individual settings of the certain calculator.

How to find and add Public and Secret keys from Stripe?

First, you need a Stripe account on the Stripe official website. To get the keys, log in to the Stripe website. After logging in to your profile, you can see the necessary keys from your Dashboard. To get the test mode key, follow Dashboard > Get your test API keys, and to get the live mode keys, go to Dashboard > Get your live API keys.

Next, copy your Publishable and Secret Keys and paste them into the Public key and Secret key fields:

Take note: If you use and add the keys for the test mode, users won’t be able to complete the purchase. The test mode is only for testing your integration without making actual charges or payments. Read here more about the test mode and live mode in Stripe’s documentation.

Cases when you have several Formula elements

You can set up the order to hide one or some Total fields(Formula elements) to get payment for your services or products.

  1. For example, you make Christmas advent calendars and let your customers choose how many days they want to gift someone. They can select 7 days, 10 days, 2 weeks or a month(30 days). When calculating the Cost of the gift, the VAT( Value-added tax) is not included in the Total cost.

You can enable only the Total cost to be added to the Stripe orders.

Here is how your users will see it:

  1. There is another example with the Jewelry shop. Your customers can choose the metal types, and options available for each card, adding a card and special package. They can choose whether they will pick up their order or get their package delivered.

You can set up Stripe to show only the Total cost of the delivery if they decide to choose the delivery.

That is how their order will look:

Last updated