# Affiliate Guide Source: https://docs.refindie.com/affiliate-guide Quick start guide for affiliates joining programs # Affiliate Guide Join affiliate programs and start earning commissions. ## Finding Programs (Coming Soon) We’re building a better way to discover programs on Refindie. For now, join via creators’ public landing pages. ## How It Works * Apply to a program from its landing page * Get approved by the creator * Receive your unique referral links * Share links and earn commissions on sales you drive ## Getting Your Links After approval, log into your affiliate dashboard to copy your referral links. Share them on your content and channels. ## Promotion Codes If the creator enabled coupons, you can also share a discount code instead of a link. Customers who use your code get a discount, and the sale is credited to you automatically. ### Create Your Code 1. Open the program > Coupons 2. Enter a code (e.g. `JOHN20`) — 3–30 characters, letters, numbers, underscores or hyphens 3. Create the code and share it with your audience You can have one code per program. The page shows the program's discount and how long your code stays valid. If coupon tracking isn't enabled, ask the creator to turn it on in their program settings. ### Managing Your Code * Copy your code from the Coupons page to share it * Deactivate it at any time if you no longer want it used Sales made with your code — including recurring renewals — are tracked and commissioned just like referral links. ## Promoting Effectively Focus on products that match your audience. Be transparent about affiliate links and provide value in your recommendations. ## Tracking & Earnings Use your dashboard to track clicks, conversions, and commissions. Payouts are handled by creators according to their policies. ## Support For program-specific questions, contact the creator. For technical issues, email [support@refindie.com](mailto:support@refindie.com). # Managing Your Affiliate Program Source: https://docs.refindie.com/creator Guide for creators managing affiliate programs and affiliates # Managing Your Affiliate Program Manage affiliates, track performance, and optimize your program. ## Dashboard Overview ### Main Sections * Programs: View and edit your affiliate programs * Affiliates: Manage affiliate applications and performance * Transactions: Monitor sales and commission tracking * Analytics: Track program performance metrics ## Managing Affiliates ### Review Applications 1. Go to Affiliates > Pending 2. Review each application 3. Check applicant's background and audience 4. Approve or reject with comments ### Enable/Disable Affiliates * Activate or pause individual affiliates at any time * Add internal notes for your team ### After Approval * Affiliate receives welcome email * Access to referral links and materials * Dashboard access for performance tracking ## Program Settings * Commission structure (percentage or fixed) * Commission rates * Cookie duration * Minimum payout threshold (manual payouts) * Program status: Active / Inactive ## Promotion Codes (Coupons) Let affiliates promote your product with a discount code instead of (or in addition to) a referral link. When a customer checks out with an affiliate's code, the sale is automatically attributed to that affiliate — no link click required. ### Requirements * Your program must be connected to Stripe (Stripe Connect). Coupons are created on your connected Stripe account. * If no Stripe account is connected, saving coupon settings has no effect. ### Enable Coupons 1. Open your program > Affiliate > Coupon Settings 2. Set Enable coupon tracking to Yes 3. Set the Discount percentage (1–100%) applied when a code is used 4. Set the Validity (months) — how long each affiliate code stays valid 5. Save On save, a single shared Stripe coupon is created for the program. Each affiliate later generates their own promotion code backed by this coupon. ### Changing the Discount * Re-saving without changes does nothing (no duplicate coupons are created). * Changing the discount percentage creates a new Stripe coupon and archives the old one. Codes that affiliates create after the change use the new discount. ### How Attribution Works * A customer applies an affiliate's code at checkout and gets the discount. * The sale (and recurring renewals) is credited to that affiliate as a commission, the same as a referral link. ## Performance Monitoring ### Key Metrics * Clicks and conversions * Revenue per affiliate * Top performers * Program growth ### Affiliate Performance * Individual affiliate statistics * Click and conversion tracking * Revenue generation * Commission calculations ## Payments (Manual) * Export transactions for accounting * Decide when affiliates reach your payout threshold * Execute payouts manually (e.g., Stripe transfers, bank, etc.) * Update payment status in your records ## Communication * Share program changes and promotions * Provide marketing materials * Send performance insights ## Troubleshooting * If affiliates aren’t converting: review rates, materials, and tracking * If engagement is low: improve communication and incentives ## Next Steps 1. Create your first program (program-creation) 2. Add tracking (setup-affiliationhub) to your website 3. Start recruiting affiliates (creator) ## Support * Email: [support@refindie.com](mailto:support@refindie.com) * See: Program Creation (program-creation) # Creating an Affiliate Program Source: https://docs.refindie.com/program-creation Step-by-step guide to create and configure your affiliate program # Creating an Affiliate Program Set up your affiliate program in minutes. ## Prerequisites * Website domain ready * Commission structure planned * Stripe account (recommended) or custom integration plan ## Step 1: Create Program 1. Go to Creator Dashboard 2. Click "New Program" 3. Fill in basic details: * Program name * Website URL * Description * Target audience ## Step 2: Configure Your Program ### Reward Type * Percentage: Commission based on sale amount (e.g., 15%) * Fixed: Fixed amount per sale (e.g., \$5 per referral) ### Commission Values * Commission percentage (if Percentage) * Fixed commission amount (if Fixed) ### Tracking & Attribution * Cookie duration (how long referrals are tracked) * Tracking script required on your site ### Program Status * Active / Inactive (temporarily pause your program) ### Payout Policy (Manual) * Minimum payout threshold (e.g., \$50) * Payout schedule (e.g., monthly) * Currency for payouts > Note: Payouts are handled manually. Use Stripe exports or your own accounting to pay affiliates. ## Next Steps After creating your program: 1. [Setup Refindie to your website](setup-affiliationhub) to your website 2. [Manage affiliates](creator) and monitor performance ## Support * Email: [contact@refindie.com](mailto:contact@refindie.com) # Adding Refindie to Your Website Source: https://docs.refindie.com/setup-affiliationhub Install tracking script and integrate with your payment system # Adding Refindie to Your Website Install tracking script and integrate with your payment system. ## Integration Steps ### 1. Add the tracking script Copy and paste the script below in the `
` section of your website. **Script Parameters:** * `data-program-id` - Your affiliate program ID (required) ```html theme={null} ``` ### 2. Get referral data The script sets a global object with referral information: * `refindie_metadata.program_id` (string | number) * `refindie_metadata.ref_code` (string) * `refindie_metadata.is_new_visit` (boolean) ### 3. Send data during payment Include referral data in your payment API calls to attribute commissions. ## Integration Options ### Option 1: Stripe Connect (Recommended) 1. Connect your Stripe account in Settings > Integration 2. Pass the referral metadata to Stripe Checkout using the `metadata` field (exactly the object from `window.refindie_metadata`)