# PromoteKit Documentation PromoteKit is affiliate marketing software for Stripe merchants. This documentation covers setup, integrations, features, and API reference. ## Product Documentation - [Quick Start](https://promotekit.com/docs): Getting Started with PromoteKit - [Affiliate Links Setup](https://promotekit.com/docs/affiliate-links): Track affiliate referrals using unique tracking links - [Stripe API Integration](https://promotekit.com/docs/affiliate-links/stripe-api): Pass referral IDs through the Stripe API for affiliate tracking - [Stripe Payment Links](https://promotekit.com/docs/affiliate-links/stripe-payment-links): Use PromoteKit with Stripe Payment Links for no-code affiliate tracking - [Affiliate Promo Codes Setup](https://promotekit.com/docs/affiliate-promo-codes): Track affiliate referrals using unique promo codes in Stripe - [Setting a Default Coupon Code](https://promotekit.com/docs/affiliate-promo-codes/default-coupon-code): Configure your default coupon for generating affiliate promo codes - [Stripe API Integration](https://promotekit.com/docs/affiliate-promo-codes/stripe-api): Use the Stripe API directly for promo code tracking - [Stripe Checkout Integration](https://promotekit.com/docs/affiliate-promo-codes/stripe-checkout): Enable promo codes in Stripe Checkout for affiliate tracking - [Integrations Overview](https://promotekit.com/docs/integrations): Connect PromoteKit with popular membership and payment platforms - [MemberSpace Integration](https://promotekit.com/docs/integrations/memberspace): Track affiliate referrals with MemberSpace membership sites - [Memberstack Integration](https://promotekit.com/docs/integrations/memberstack): Track affiliate referrals with Memberstack membership sites - [Outseta Integration](https://promotekit.com/docs/integrations/outseta): Track affiliate referrals with Outseta membership platform - [Payouts Overview](https://promotekit.com/docs/payouts): Process affiliate commission payments - [PayPal Mass Payments](https://promotekit.com/docs/payouts/paypal-mass-payments): Pay affiliates in bulk using PayPal Mass Payments - [Tremendous](https://promotekit.com/docs/payouts/tremendous): Pay affiliates with gift cards, prepaid cards, and more - [Wise Batch Payments](https://promotekit.com/docs/payouts/wise-batch-payments): Pay affiliates in bulk using Wise Batch Payments - [Webhooks Overview](https://promotekit.com/docs/webhooks): Receive real-time event notifications from PromoteKit ## API Reference The PromoteKit API allows you to programmatically manage your affiliate program. Base URL: https://www.promotekit.com/api/v1 - [Introduction](https://promotekit.com/docs/api-reference): Welcome to the PromoteKit API documentation - [Create affiliate](https://promotekit.com/docs/api-reference/affiliates/create-affiliate): Creates a new affiliate in your organization. - [Get affiliate](https://promotekit.com/docs/api-reference/affiliates/get-affiliate): Retrieves a single affiliate by UUID. - [List affiliates](https://promotekit.com/docs/api-reference/affiliates/list-affiliates): Returns a paginated list of affiliates in your organization. - [Update affiliate](https://promotekit.com/docs/api-reference/affiliates/update-affiliate): Updates an existing affiliate. - [Create campaign](https://promotekit.com/docs/api-reference/campaigns/create-campaign): Creates a new campaign in your organization. - [Get campaign](https://promotekit.com/docs/api-reference/campaigns/get-campaign): Retrieves a single campaign by UUID. - [List campaigns](https://promotekit.com/docs/api-reference/campaigns/list-campaigns): Returns a paginated list of campaigns in your organization. - [Update campaign](https://promotekit.com/docs/api-reference/campaigns/update-campaign): Updates an existing campaign. - [Create commission](https://promotekit.com/docs/api-reference/commissions/create-commission): Manually creates a commission for a referral. - [Get commission](https://promotekit.com/docs/api-reference/commissions/get-commission): Retrieves a single commission by UUID. - [List commissions](https://promotekit.com/docs/api-reference/commissions/list-commissions): Returns a paginated list of commission records in your organization. - [Get payout](https://promotekit.com/docs/api-reference/payouts/get-payout): Retrieves a single payout by UUID. - [List payouts](https://promotekit.com/docs/api-reference/payouts/list-payouts): Returns a paginated list of payouts in your organization. - [Create referral](https://promotekit.com/docs/api-reference/referrals/create-referral): Creates a new referral for an affiliate in your organization. - [List referrals](https://promotekit.com/docs/api-reference/referrals/list-referrals): Returns a paginated list of referred customers. ## Full Documentation For the complete documentation content (including API reference), visit: https://promotekit.com/llms-full.txt ## Individual Pages Access any documentation page as markdown by appending .mdx to the URL: - Product docs: https://promotekit.com/docs/affiliate-links.mdx - API reference: https://promotekit.com/docs/api-reference/affiliates/create-affiliate.mdx