Insightful tripled their affiliate revenue after switching. Free white-glove migration; your affiliates keep their links.

Migrate for Free

Connecting Stripe

Integrationspaymentstripeinstallation

Reditus reads payments and subscriptions from Stripe. That data is what conversion tracking and affiliate commission calculation run on.

Step 1: Open the Installation tab in Reditus

Make sure you are signed up for Reditus. Once you are logged in, navigate to your Settings page and go to the Installation tab.

There is a direct link to the installation tab, which only works while you are logged in.

Step 2: Start the Stripe connection

In the Installation tab, look for the option to Connect Stripe.

Step 3: Log into Stripe

Click on the Stripe integration option and you are directed to Stripe's login page. Log in with your Stripe credentials and verify your identity as prompted.

Step 4: Confirm you are connected

Stripe redirects you back to Reditus automatically. The integration is complete when a "Disconnect Stripe" button appears.

Include the customer email in Stripe payments

The customer email has to be included in the Stripe payment flow. This is how Reditus tracks conversions and calculates commissions.

Here's an example of how to include the customer email in Stripe's checkout process:

var stripe = Stripe('pk_test_BLN99TPxNnUBFGtSD..........');stripe.redirectToCheckout({ lineItems: [{ price: 'price_1HlkW92aSFsAw', quantity: 1 }], mode: 'subscription', successUrl: 'https://example.com/success', cancelUrl: 'https://example.com/cancel', customerEmail: 'customer@example.com'}).then(function (result) {});

The customerEmail parameter lets Reditus associate the payment with a converted referral and calculate the right commission for your affiliate partner.

Additional resources

For a step-by-step walkthrough, check out our installation video.

Ready to grow your SaaS?

  • 14-day free trial
  • Easy to use
  • No credit card required