Configuring API keys

Once you've installed the Stripe Connect - Marketplace plugin, you will need to add your Stripe API Keys to the input fields on the plugin tab:

Video tutorial

The below video tutorial demonstrates how to add the necessary API keys (relevant section is from 3:04 to 4:09):

Instructions

There are 3 keys for the live version of your application:

  • API Key

  • Stripe Publishable Key

  • Stripe Secret Key

and 3 keys for the test version of your application:

  • API Key - dev.

  • Stripe Publishable Key - dev.

  • Stripe Secret Key - dev.

Dev Keys

To get the 'API Key - dev.':

  • Go the Developers section of your Stripe dashboard and click on the 'API Keys' tab

  • Reveal the secret key by clicking on 'Reveal test key'

  • Copy the secret key

  • Return to the plugins tab of your Bubble editor and type 'Bearer ' into the 'API Key - dev.' field, then paste in the secret key

  • The Stripe Secret Key - dev. is simply the secret key from your Stripe dashboard (no 'Bearer ' required)

  • To fill the 'Stripe Publishable Key - dev.' field, copy and paste the 'Publishable key' from the Developers section of your Stripe dashboard

You should end up with something like this after filling out the 3 fields:

Live Keys

To get the 3 live mode keys ('API Key', and 'Stripe Publishable Key', 'Stripe Secret Key'), repeat the steps above, but do so in the live version of your Stripe Dashboard:

Last updated