Official Stripe App — Automatic affiliate tracking via OAuth & webhooks
Icodrip is an official Stripe Partner with a verified app on the Stripe App Marketplace. Connect your Stripe account in one click via OAuth — no API keys to copy, no webhooks to configure manually. Icodrip automatically sets up everything needed to track every payment event: charges, subscriptions, upgrades, downgrades, cancellations, and refunds. Conversions are attributed to the referring affiliate in real-time with zero code changes to your checkout flow. Affiliate payouts are powered by Stripe Connect Express, with full KYC, identity verification, and international bank transfers handled by Stripe.
Verified and listed on the Stripe App Marketplace. OAuth-based authentication — no API keys to manage.
4-level attribution chain: referral code in metadata, coupon code matching, lifetime customer tracking, and email-based attribution. Never miss a conversion.
Track initial purchase, every renewal, upgrades, downgrades, cancellations, and refunds. Recurring commissions calculated automatically each billing cycle.
Affiliates connect their bank account with Stripe's built-in KYC. Automated payouts to 40+ countries. 0% payout fees from Icodrip.
Assign unique Stripe coupon codes to affiliates. When a customer uses a coupon at checkout, the conversion is attributed to the affiliate automatically.
Conversions appear in your dashboard and the affiliate portal within seconds of a Stripe payment event. No batch processing delays.
Works with Stripe Checkout, Payment Links, Billing Portal, and custom integrations. Our JavaScript SDK auto-patches Payment Links with referral data.
Dispute events are tracked automatically. Flagged conversions are held for review. Protect your program from commission fraud.
Find Icodrip on the Stripe App Marketplace or click 'Connect with Stripe' in your Icodrip dashboard. Authorize via OAuth — no API keys needed.
Icodrip automatically creates and configures the webhook endpoint on your Stripe account. It listens for payments, subscriptions, refunds, and disputes — zero manual setup.
Every Stripe payment is matched to the referring affiliate using multi-layer attribution: referral codes, coupon codes, customer email, and Stripe metadata. No checkout modifications required.
Affiliates onboard via Stripe Connect Express with built-in KYC verification. Pay commissions directly to their bank account in 40+ countries with 0% fees from Icodrip.
Track initial signups and recurring subscription payments. Pay affiliates a percentage on every renewal — automatically, forever.
Sell digital products, courses, or services through Stripe Checkout. Affiliates earn a fixed or percentage commission on each sale.
Combine one-time setup fees with recurring subscriptions. Icodrip tracks both event types and calculates commissions separately.
<!-- Add to your site for enhanced attribution (< 2KB) -->
<script src="https://cdn.icodrip.com/ak.js"
data-program="prog_xxxxx">
</script>
<!-- That's it. The SDK automatically:
- Captures referral codes from URLs
- Patches Stripe Payment Links with referral data
- Stores attribution in first-party cookies -->// If you use Stripe Checkout programmatically,
// pass the referral code in metadata for bulletproof attribution:
const session = await stripe.checkout.sessions.create({
line_items: [{ price: 'price_xxx', quantity: 1 }],
mode: 'subscription',
success_url: 'https://yoursite.com/success',
cancel_url: 'https://yoursite.com/cancel',
metadata: {
referral_code: 'AFFILIATE123' // Icodrip picks this up automatically
},
client_reference_id: 'AFFILIATE123' // Alternative attribution method
});Setup takes less than 60 seconds.
No code changes required.
Official Stripe App Marketplace
Install Icodrip directly from the Stripe App Marketplace
Other Payment Processors integrations
Paddle
Paddle Billing integration — Track subscriptions, one-time payments, and trials with automatic webhook attribution
LemonSqueezy
LemonSqueezy integration — Track digital product sales, subscriptions, and license keys with webhook-based attribution
PayPal
PayPal integration — Track payments, subscriptions, and use PayPal as an affiliate payout method
Create your free account and connect Stripe in under a minute.