You can easily add Stripe to handle card payment in your funnels in Kickpages.

First, you'll need some information from Stripe - your API key and your Secret key

Accessing the Stripe Dashboard

Log In to Your Account

Obtaining API Keys

Stripe provides two types of API keys:

  • Publishable Key: Used in your application's frontend; it's safe to expose this key.
  • Secret Key: Used in your application's backend; keep this key confidential.

Publishable Key

Navigate to API Keys

  • In the left-hand menu, click on "Developers".
  • Under "Developers," select "API keys".

View Your Publishable Key

  • You will see a section labeled "Standard keys".
  • The "Publishable key" is visible and starts with pk_test_ for test mode or pk_live_ for live mode.

Copy the Publishable Key

  • Click on the key to automatically copy it to your clipboard.
  • Alternatively, click the "Copy" button next to the key.
  • Add the key to Kickpages

Secret Key

Reveal the Secret Key

  • In the same "Standard keys" section, you will see "Secret key".
  • Click on "Reveal live key token" or "Reveal test key token" depending on your mode.

Copy the Secret Key

  • Once revealed, the secret key will appear (e.g., sk_test_ or sk_live_).
  • Click "Copy" to copy it to your clipboard.
  • Add the key to Kickpages

Using the API keys in Kickpages

  1. Log into https://app.kickpages.com and click "Manage" then click "Integrations".

  2. Click "Stripe" and enter a name for your integration in the "Integration Name" field.
  3. Paste the API key you copied from "Publishable Key" into the "Stripe Publisher Key" field.
  4. Paste the Secret key you copied from "Secret key" into the "Stripe Secret Key" field.
  5. Click "Connect". 
  6. Stripe is now integrated and can be used to accept payment in the "Payment" tab inside your funnels.