Boostly

Stripe Setup

Stripe is a service that enables you to accept payments. To enable Stripe payments to access your admin panel and navigate to Homey Options > Payment Gateways > Stripe Settings and click Enabled

Screenshot_from_2020-08-18_18-16-20.png

How to get a Stripe API

Every stripe account is provided (by default) with two pairs of keys: one for testing and one for running live transactions. Your API keys are always available in the Dashboard.

Navigate to Developer > API Keys to get your API credentials

Group-119.jpg

Navigate to Homey Options > Payment Gateways > Stripe Settings

  1. Stripe API select Sandbox
  2. Copy and paste the Publishable Key code and the Secret key

Switch From Sandbox to Live

On the top right corner of your page use the switch for live API.

Group-120.jpg

Navigate to Homey Options > Payment Gateways > Stripe Settings

  1. Stripe API select Live
  2. Copy and paste the Publishable Key code and the Secret key

Please note: The Stripe sandbox and live environments each use different sets of API credentials. When you switch to the Live mode you have to add them again.

How To Setup Webhooks

STEP 1

Create a webhook page using Stripe Webhook template

Schermata-2020-01-27-alle-2.11.01-PM.png

STEP 2

In your Stripe account navigate to Webhooks > Add endpoint

Stripe1.png

  1. Copy and Paste the page URL you just created into Endpoint URL
  2. Description is optional
  3. Click on receive all events
  4. Click on Add Endpoint

STEP 3

Add Webhook Secret Key

Stripe2.png

1. Signing Secret Click to reveal and copy

2. Add this secret key on Homey Options -> Payment Gateways -> Stripe Settings