Skip to main content
Stripe

Connect Stripe to Email Calculator

Track revenue and ROI from your email campaigns by connecting your Stripe account

Step 1: Get Your Stripe Secret Key

  1. Log in to your Stripe Dashboard
  2. Click Developers in the top navigation
  3. Select API keys
  4. Under Standard keys, find your Secret key
  5. Click Reveal test key or use your Live mode key
  6. Copy the secret key (starts with sk_)

Security Note: Never share your secret key publicly or commit it to code repositories. This key provides read access to your payment data.

Step 2: Add UTM Tracking to Stripe Metadata

To track which payments came from email campaigns, add UTM parameters to Stripe payment metadata:

// When creating a payment or checkout session
metadata: {
  utm_campaign: 'summer-sale-2026',
  utm_source: 'mailchimp',
  utm_medium: 'email'
}

Email Calculator will read these metadata fields to match payments with your campaigns.

Step 3: Connect to Email Calculator

  1. Go to your Email Calculator Settings
  2. Find API Integrations
  3. Select ROI as integration type
  4. Choose Stripe
  5. Paste your Secret Key
  6. Click Connect Platform

Step 4: Track Campaign ROI

Once connected, Email Calculator will automatically sync your Stripe payments and match them to your email campaigns.

View ROI metrics in your campaign reports showing revenue generated from each email.

Connect Stripe to Email Calculator

Start tracking your ROI and unlock powerful analytics for your campaigns