# PromoteKit Documentation (Full) This file contains the complete PromoteKit documentation for AI/LLM consumption. It includes both product documentation and API reference. --- # Product Documentation --- --- # Quick Start URL: /docs Description: Getting Started with PromoteKit # Introduction PromoteKit is a platform for running affiliate programs on top of Stripe. We've focused on creating **the most seamless possible integration with Stripe** - so you can integrate quickly and get back to focusing on your business. - [Affiliate Promo Codes](/docs/affiliate-promo-codes): Assign unique promo codes to affiliates and track referrals through Stripe Checkout - [Affiliate Links](/docs/affiliate-links): Give affiliates unique tracking links to refer customers to your site - [Integrations](/docs/integrations): Connect with Memberstack, Outseta, MemberSpace, and more - [Payouts](/docs/payouts): Process affiliate payments via PayPal, Wise, or manual methods - [API Reference](/docs/api-reference): Build custom integrations with the PromoteKit REST API - [Webhooks](/docs/webhooks): Receive real-time event notifications for your affiliate program > **Note:** Need help? Contact us at hello@promotekit.com --- # Affiliate Links Setup URL: /docs/affiliate-links Description: Track affiliate referrals using unique tracking links # Overview PromoteKit provides each affiliate with a unique tracking link. When a visitor clicks an affiliate's link and makes a purchase, the referral is automatically tracked. ## How It Works 1. Affiliate shares their unique link (e.g., `yoursite.com?via=abc123`) 2. Visitor clicks the link and lands on your site 3. PromoteKit script stores the referral ID in a cookie 4. When the visitor purchases, the referral ID is sent to Stripe 5. PromoteKit attributes the sale to the affiliate ## Setup Methods - [Stripe API](/docs/affiliate-links/stripe-api): Pass referral IDs through the Stripe API for custom checkout flows - [Stripe Payment Links](/docs/affiliate-links/stripe-payment-links): Use with Stripe Payment Links for a no-code solution > **Note:** Affiliate link tracking requires adding the PromoteKit script to your website. [Promo code tracking](/docs/affiliate-promo-codes) does not require any script. --- # Stripe API Integration URL: /docs/affiliate-links/stripe-api Description: Pass referral IDs through the Stripe API for affiliate tracking # Overview For custom checkout flows, you can pass the referral ID directly through the Stripe API.