Skip links
🔧
Need help with installation?
Send an email to [email protected] to get a quote.

Stripe Payment Setup

Table of Contents

You can use Stripe for accepting payments for both subscriptions and token packs.

How to Set Up Stripe Payment Gateway?

You can get your Stripe API keys by following these steps on the Stripe website:

  1. Go to the Stripe website and log in to your account or sign up if you don’t have one.
  2. Click on Developers.
  3. Click on API Keys under developers menu.
  4. Click on Reveal Test Key Token button.
  5. The Publishable key(API key) and Secret key will appear.
  6. Access the gateway settings by navigating to Finance -> Payment Gateways -> Stripe.
  7. Add your keys to the appropriate fields on the page.
    • Default Currency: Choose your currency.
      API Key(Publishable key): Enter your Stripe publishable key
      API Secret: Enter your Stripe secret key
      Base URL: Enter your Stripe base URL. (https://api.stripe.com by default)
      API Key (Sandbox): Enter your Stripe Sandbox API key for testing purposes
      API Secret Key (Sandbox): Enter your Stripe Sandbox secret key for testing purposes

  8. It’s crucial to follow the correct order: first, set the mode (development or production), and then save the gateway settings.
  9. Pay attention to the information provided during the saving process, as it will guide you through the necessary steps.
  10. After setting up your payment gateway, you can create membership plans with help from this guide.