How do I set up the Stripe payment gateway in the Orders app?

Updated on January 18, 2021 06:54AM by Admin

Before providing the details in the Orders app to set up the Stripe payment method, you’ll need to create an endpoint and enable the events in Stripe.

To set up your Stripe payment gateway, please follow the steps.

Steps to Create Stripe Account

  • Log in and access the Orders App from your universal navigation menu bar.
  • Click on the More icon and select Settings.
Orders

  • In the Settings page, click on the Orders drop-down and select Payment Methods from the left panel.
  • Click on the Edit icon in Stripe.
Payment Methods

  • Click on the Create Stripe account button to create a stripe account.
  • Then, click on the Next button to proceed with other steps.
Setup online payment

To Obtain the API Key Follow These Steps

  • Log into your Stripe account.
  • Go to your account option found at the top right corner of the dashboard
  • Click on the API Keys menu, utilize the keys provided.

To Enable Stripe Account

  • If, you are having the stripe account, click on the Next button.
Stripe Account

  • Get the API keys from the Stripe account.
  • Once you get the API Keys, click on the Next button.
Generate API Key

  • Provide API login id and Transaction Key (obtained from Stripe).
  • Select mode as Live/Production.
  • Toggle on to capture customer information for repeat orders.
  • Click on Save Changes to enable Stripe.
Enter Key

  • The Stripe payment method will get updated.
Updated