Resources »

Guides »

Integrations »

Stripe »

Cerb + Stripe

Introduction

In this guide we’ll walk through the process of linking Cerb to Stripe. You’ll be able to use Stripe’s full API from bots in Cerb to automate whatever you need.

Get your API keys from the Stripe dashboard

  1. Visit the Stripe API keys settings page.

  2. Make a note of your Publishable Key and Secret Key for the next step.

Create the Stripe service in Cerb

  1. Navigate to Search » Connected Services.

  2. Click the (+) icon in the top right of the list.

  3. Select Stripe.

  4. Enter your Publishable Key and Secret Key.

  5. Click the Create button.

Use the connected account in bot behaviors

You can use the connected account you just created to access Stripe’s API from bot behaviors in Cerb. This is typically accomplished using the Execute HTTP Request action from a bot, and selecting the connected account in the Authentication: section.

You can import the Stripe Bot package for a working example.