Stripe Integration

What is it?

Stripe is a billing provider which allows you to take accurate payments for the products users have subscribed to. Linking Stripe with Kana will ensure that your users are subscribed successfully to packages and will be billed properly based on their subscriptions and usage of your features.

In Stripe, customers will have a subscription which can contain multiple subscription items. Each subscription item will have a set quantity and a price. A price is associated with one product.

In Kana, users will have subscriptions to a package which can contain multiple package features. Each package feature will have a limit. A package feature is associated with one feature.

This means that the following Stripe objects map to the following Kana objects:

Caveat: Stripe is flexible enough so that you may have set up your Stripe products to be the packages users subscribe to as opposed to the features within. That is equally fine - you can instead consider a Stripe subscription item/price/product to map to a Kana package in this instance.

How do I connect Stripe to Kana?

Steps

  1. Navigate to Integration

  2. Click on the Connect under Stripe

  3. Sign in through Stripe

  4. Connect to a Stripe account

Do not choose 'Skip this form' when connecting a Stripe account

When Stripe is in Test Mode, there's a button to 'Skip this form' when creating or connecting an account. We strongly recommend not doing this as this will create a dummy account causing issues with our Stripe Integration (ie. Stripe products & prices will not sync between Stripe & Kana).

What does the integration do?

There's two core functionalities of the integration:

Importation & Sync

Kana will import in all your existing customers and subscriptions from Stripe, and will allow you to map your Kana packages and features to any existing Stripe counterparts.

Then we will sync data between Stripe and Kana when updates are made in either one (ie. to packages or subscriptions) so that your users will always be successfully subscribed and correctly billed.

Subscriptions

We automatically sync any subscriptions made in Stripe to Kana and map them to the packages as you have setup.

However, you can also create direct subscriptions to Kana packages and have these reflected in Stripe by generating a Stripe payment link via the Kana API. This allows users to navigate to the returned URL, pay, and instantly subscribe to any given package(s) you specified.

Last updated