Creating a Stripe Integration

Stripe is a payment processor. In order to collect payments from users, it is possible to use a Stripe Integration to collect funds. The Stripe integration requires a Stripe account.ย 

Getting The Stripe Key

Log into a Stripe Account. On the dashboard menu, make sure that the Viewing test data toggle is on. This will enable the configuration of a test stripe connection.

organizing info

Select the Developers option just above the toggle. Selectย API Keys from the developer menu. Ensure that the Test Data toggle is switched in the upper right. Click the button to reveal the secret key. Copy the key.

organizing info

Creating the Integration

Log into Console. In console go toย Integrations > Connected Accounts. Click on theย New button in the top right corner. Select type Stripe from the dropdown list.

organizing info

Give the Stripe Integration a name that will help identify the account it is tied to. It is possible to do multiple Stripe Integrations. This is particularly useful for a development and production level key. Paste the copied key from the Stripe Account into the API Token box. Save the integration.

Configuring an App to use the Integration

Go to an App. Click on Settings. Scroll down toย Integrations and selectย New.

organizing info

Select Stripe from the dropdown underย Adapters. Select the created Stripe Integration created above. Now it is possible to select this Integration in the Credit Card Web Control.