# Referly ## Docs - [Affiliates and referral links](https://www.referly.so/docs/api-reference/affiliate-links.md): Use the affiliateLinks array as the source of truth for an affiliate's referral links. The legacy link property is deprecated. - [Create an Affiliate](https://www.referly.so/docs/api-reference/affiliates/create.md): Creates a new affiliate on your Affiliate Program. The response includes an `affiliateLinks` array (initially containing the link created from `affiliateLink`, or an auto-generated slug). - [Delete Affiliates](https://www.referly.so/docs/api-reference/affiliates/delete.md): Deletes an Affiliate based on the ID provided - [Get Affiliate(s)](https://www.referly.so/docs/api-reference/affiliates/get.md): Returns an affiliate by ID or email, or all affiliates for the program. Affiliate objects include an `affiliateLinks` array with every link slug for that affiliate. The legacy `link` field on the affiliate is deprecated and is usually null—use `affiliateLinks` instead. - [Update Affiliate](https://www.referly.so/docs/api-reference/affiliates/update.md): Updates an Affiliate based on their ID - [Authentication](https://www.referly.so/docs/api-reference/authentication.md): Generate an API key from your dashboard and authorize your Referly API requests with a Bearer token. - [Coupons and promotional codes](https://www.referly.so/docs/api-reference/coupons-and-promotional-codes.md): How coupons define a discount and promotional codes expose it to customers, and how the two work together in the Referly API. - [Create a Coupon](https://www.referly.so/docs/api-reference/coupons/create.md): Creates a new coupon definition that can be used to generate promotional codes. Coupons define the discount structure. - [Delete a Coupon](https://www.referly.so/docs/api-reference/coupons/delete.md): Deletes a coupon and all associated promotional codes. This action is permanent. - [Get Coupons](https://www.referly.so/docs/api-reference/coupons/get.md): Returns coupons based on the affiliate program. Coupons define the discount structure (amount, type, duration) that promotional codes will use. - [Update a Coupon](https://www.referly.so/docs/api-reference/coupons/update.md): Updates an existing coupon. Changes will affect all promotional codes using this coupon. - [Referly API Reference](https://www.referly.so/docs/api-reference/introduction.md): The Referly REST API lets you read and write affiliates, referrals, sales, links, coupons, and promotional codes, and attribute commissions from your own systems. - [Create an Affiliate Link](https://www.referly.so/docs/api-reference/links/create.md): Creates a new affiliate link for the specified affiliate. Note: an Affiliate is required to create an Affiliate Link. - [Delete Affiliate Link](https://www.referly.so/docs/api-reference/links/delete.md): Deletes an affiliate link based on the ID or link string provided - [Get Affiliate Link(s)](https://www.referly.so/docs/api-reference/links/get.md): Returns a list of affiliate links based on the affiliate program, filtered by optional link ID, link string, affiliate ID, or affiliate email - [Update Affiliate Link](https://www.referly.so/docs/api-reference/links/update.md): Updates an affiliate link based on their ID or link string - [Create a Promotional Code](https://www.referly.so/docs/api-reference/promotional-codes/create.md): Creates a new promotional code linked to a coupon. Supports both manual codes and auto-generated codes based on structure. - [Delete a Promotional Code](https://www.referly.so/docs/api-reference/promotional-codes/delete.md): Deletes a promotional code. This action is permanent. - [Get Promotional Codes](https://www.referly.so/docs/api-reference/promotional-codes/get.md): Returns promotional codes based on the affiliate program. Promotional codes are the actual discount codes customers use at checkout. - [Update a Promotional Code](https://www.referly.so/docs/api-reference/promotional-codes/update.md): Updates an existing promotional code's properties like activation status, expiration, and limits. - [Create a Referral](https://www.referly.so/docs/api-reference/referrals/create.md): Creates a new referral under the specified affiliate program. You must provide either an affiliateId, affiliateEmail, or promoCode to identify the affiliate. When using a promo code, it will be validated for expiration, redemption limits, and active status. - [Delete Referrals](https://www.referly.so/docs/api-reference/referrals/delete.md): Deletes a referral based on the ID provided - [Get Referral(s)](https://www.referly.so/docs/api-reference/referrals/get.md): Returns a list of referrals based on the affiliate program, filtered by optional referral ID, affiliate ID, affiliate email, or external ID - [Update Referral](https://www.referly.so/docs/api-reference/referrals/update.md): Updates a referral based on their ID - [Create a Sale](https://www.referly.so/docs/api-reference/sales/create.md): Creates a new sale under the specified affiliate program. You must provide either a referralId, email, or promoCode to identify the affiliate and referral. When using a promo code, it will be validated for expiration, redemption limits, and active status. - [Delete Sale](https://www.referly.so/docs/api-reference/sales/delete.md): Deletes a sale based on the ID provided - [Get Sale(s)](https://www.referly.so/docs/api-reference/sales/get.md): Returns a list of sales based on the affiliate program, filtered by optional sale ID, affiliate ID, affiliate email, referral ID, or external ID - [Refund Sale](https://www.referly.so/docs/api-reference/sales/refund.md): Marks an existing sale as refunded when it is still eligible to be refunded. If the sale has already been refunded, the endpoint still returns a successful response indicating that state. - [Update Sale](https://www.referly.so/docs/api-reference/sales/update.md): Updates a sale based on their ID - [Zapier OAuth Integration](https://www.referly.so/docs/api-reference/zapier/oauth.md): Complete guide to integrating with Referly via Zapier using OAuth 2.0 authentication flow - [Referly Developer Documentation](https://www.referly.so/docs/developer-documentation.md): Install affiliate tracking, report conversions from your server, receive webhooks, and integrate Referly with your stack. - [Authentication](https://www.referly.so/docs/developer-documentation/api/authentication.md): Create a key and authorise your requests. - [Errors](https://www.referly.so/docs/developer-documentation/api/errors.md): Error responses and what they mean. - [Rate limits](https://www.referly.so/docs/developer-documentation/api/rate-limits.md): Request limits and the headers that report them. - [Core concepts](https://www.referly.so/docs/developer-documentation/getting-started/core-concepts.md): Programs, affiliates, clicks, referrals, sales, commissions, and payouts. - [Glossary](https://www.referly.so/docs/developer-documentation/getting-started/glossary.md): The terms Referly uses and what they mean. - [Introduction](https://www.referly.so/docs/developer-documentation/getting-started/introduction.md): What you can build with Referly. - [Quickstart](https://www.referly.so/docs/developer-documentation/getting-started/quickstart.md): Install tracking and record your first sale. - [Make](https://www.referly.so/docs/developer-documentation/integrations/make.md): Authenticate and build scenarios. - [Integrations overview](https://www.referly.so/docs/developer-documentation/integrations/overview.md): How Referly connects to other platforms. - [Payment provider webhooks](https://www.referly.so/docs/developer-documentation/integrations/payment-provider-webhooks.md): How Referly ingests events from payment platforms. - [Postback URLs](https://www.referly.so/docs/developer-documentation/integrations/postback-url.md): Forward conversions to an affiliate's own systems. - [Shopify app](https://www.referly.so/docs/developer-documentation/integrations/shopify-app.md): How the Shopify app tracks orders. - [Stripe app](https://www.referly.so/docs/developer-documentation/integrations/stripe-app.md): How the Referly Stripe app connects and what it reads. - [Universal integration](https://www.referly.so/docs/developer-documentation/integrations/universal.md): Connect a platform Referly doesn't support directly. - [WooCommerce plugin](https://www.referly.so/docs/developer-documentation/integrations/woocommerce.md): How the WordPress plugin reports sales. - [Zapier](https://www.referly.so/docs/developer-documentation/integrations/zapier.md): Authenticate and trigger Zaps. - [Data model](https://www.referly.so/docs/developer-documentation/reference/data-model.md): The core objects and how they relate. - [Statuses and enums](https://www.referly.so/docs/developer-documentation/reference/statuses-and-enums.md): Every status value an object can hold. - [Tracking parameters](https://www.referly.so/docs/developer-documentation/reference/tracking-parameters.md): The URL parameters Referly recognises. - [Capture endpoints](https://www.referly.so/docs/developer-documentation/server-side/capture-endpoints.md): The public endpoints the tracking script calls. - [Idempotency](https://www.referly.so/docs/developer-documentation/server-side/idempotency.md): Retry safely without creating duplicate sales. - [Server-side tracking overview](https://www.referly.so/docs/developer-documentation/server-side/overview.md): When to report conversions from your backend. - [Report a sale](https://www.referly.so/docs/developer-documentation/server-side/reporting-sales.md): Record a sale from your server. - [Attribution and the cookie window](https://www.referly.so/docs/developer-documentation/tracking/attribution.md): How Referly decides which affiliate gets credit. - [Click data](https://www.referly.so/docs/developer-documentation/tracking/click-data.md): The data recorded with every tracked click. - [Cookies and storage](https://www.referly.so/docs/developer-documentation/tracking/cookies-and-storage.md): Where referral data is kept in the browser. - [Cross-domain tracking](https://www.referly.so/docs/developer-documentation/tracking/cross-domain-tracking.md): Carry attribution across several domains. - [Debug mode](https://www.referly.so/docs/developer-documentation/tracking/debug-mode.md): Turn on logging to troubleshoot tracking. - [External click IDs](https://www.referly.so/docs/developer-documentation/tracking/external-click-ids.md): Pass a sub-affiliate network's click ID through. - [Install the snippet](https://www.referly.so/docs/developer-documentation/tracking/install-the-snippet.md): Add the tracking script to your site. - [Events](https://www.referly.so/docs/developer-documentation/tracking/javascript-api/events.md): The events the script fires and when. - [Globals](https://www.referly.so/docs/developer-documentation/tracking/javascript-api/globals.md): The values the script puts on the window. - [JavaScript API reference](https://www.referly.so/docs/developer-documentation/tracking/javascript-api/reference.md): The functions the tracking script exposes. - [URL parameters](https://www.referly.so/docs/developer-documentation/tracking/url-parameters.md): How referral codes are read from a URL. - [UTMs and ad click IDs](https://www.referly.so/docs/developer-documentation/tracking/utm-and-ad-click-ids.md): The campaign and ad identifiers Referly stores. - [Event types](https://www.referly.so/docs/developer-documentation/webhooks/event-types.md): Every event Referly sends and when it fires. - [Webhooks introduction](https://www.referly.so/docs/developer-documentation/webhooks/introduction.md): Receive events when things change in your program. - [Manage endpoints](https://www.referly.so/docs/developer-documentation/webhooks/managing-endpoints.md): Create, disable, and rotate the secret on an endpoint. - [Payload structure](https://www.referly.so/docs/developer-documentation/webhooks/payload-structure.md): The shape of a webhook request body. - [Retries and logs](https://www.referly.so/docs/developer-documentation/webhooks/retries-and-logs.md): What happens when delivery fails, and where to look. - [Test and replay](https://www.referly.so/docs/developer-documentation/webhooks/testing.md): Send test events and replay past ones. - [Verify signatures](https://www.referly.so/docs/developer-documentation/webhooks/verifying-signatures.md): Confirm a webhook genuinely came from Referly. - [Referly Help Center](https://www.referly.so/docs/help-center.md): Set up your affiliate program, recruit and manage affiliates, and pay commissions. Guides for everything Referly does. - [Portal access issues](https://www.referly.so/docs/help-center/affiliates/access-issues.md): What to do if you can't get into a program. - [Marketing assets](https://www.referly.so/docs/help-center/affiliates/assets.md): Download what the program gives you to promote with. - [Cash payouts](https://www.referly.so/docs/help-center/affiliates/cash-payouts.md): Set up Wise, PayPal, or a bank account. - [Submit content](https://www.referly.so/docs/help-center/affiliates/content-rewards.md): Earn rewards for content you publish. - [Invoice details](https://www.referly.so/docs/help-center/affiliates/invoice-details.md): Provide the details your invoices need. - [Leaderboards](https://www.referly.so/docs/help-center/affiliates/leaderboards.md): See where you rank. - [My programs](https://www.referly.so/docs/help-center/affiliates/my-programs.md): Manage every program you've joined. - [My team](https://www.referly.so/docs/help-center/affiliates/my-team.md): Track the affiliates you recruited. - [Non-cash payouts](https://www.referly.so/docs/help-center/affiliates/non-cash-payouts.md): Take coupons or credits instead of cash. - [Notifications](https://www.referly.so/docs/help-center/affiliates/notifications.md): Choose what you're told about. - [Complete onboarding](https://www.referly.so/docs/help-center/affiliates/onboarding.md): Finish the steps a program asks of you. - [How you get paid](https://www.referly.so/docs/help-center/affiliates/payouts.md): When and how commission reaches you. - [Performance bonuses](https://www.referly.so/docs/help-center/affiliates/performance-bonuses.md): Track your progress towards a bonus. - [The affiliate portal](https://www.referly.so/docs/help-center/affiliates/portal-overview.md): What you can do as an affiliate. - [Postback URL](https://www.referly.so/docs/help-center/affiliates/postback-url.md): Forward conversions to your own systems. - [Your profile](https://www.referly.so/docs/help-center/affiliates/profile.md): Keep your details up to date. - [Your promo codes](https://www.referly.so/docs/help-center/affiliates/promo-codes.md): Share a discount code instead of a link. - [Your referral links](https://www.referly.so/docs/help-center/affiliates/referral-links.md): Find and share the links that earn you commission. - [Join a program](https://www.referly.so/docs/help-center/affiliates/sign-up.md): Sign up and apply. - [Agency billing](https://www.referly.so/docs/help-center/agencies/billing.md): How agency plans and client billing work. - [Manage client programs](https://www.referly.so/docs/help-center/agencies/client-programs.md): Run programs on behalf of your clients. - [Custom domain](https://www.referly.so/docs/help-center/agencies/custom-domain.md): Serve client portals from your domain. - [Feature access and usage limits](https://www.referly.so/docs/help-center/agencies/feature-access.md): Control what each client program can do. - [Agencies overview](https://www.referly.so/docs/help-center/agencies/overview.md): How agency accounts differ from a single program. - [Payment exemptions](https://www.referly.so/docs/help-center/agencies/payment-exemption.md): Let a client program bypass its own billing. - [White label](https://www.referly.so/docs/help-center/agencies/white-label.md): Remove Referly branding. - [Add-ons](https://www.referly.so/docs/help-center/billing/add-ons.md): Gamification, engagement, marketplace, and recruiting add-ons. - [API access](https://www.referly.so/docs/help-center/billing/api-access.md): Which plans can use the API. - [Invoices](https://www.referly.so/docs/help-center/billing/invoices.md): Find and download your invoices. - [Plans and features](https://www.referly.so/docs/help-center/billing/plans-and-features.md): What each plan includes. - [Manage your subscription](https://www.referly.so/docs/help-center/billing/subscription.md): Change, pause, or cancel your plan. - [Target an audience](https://www.referly.so/docs/help-center/engage/announcements/audience.md): Send a Referly announcement to every affiliate or filter it to a group by status, group, country, or commission plan. Combine filters, check the audience size, and preview recipients. - [Announcements overview](https://www.referly.so/docs/help-center/engage/announcements/overview.md): Broadcast one-way updates to your affiliates inside their portal with Referly announcements. Learn the formats, campaign vs automation delivery, scheduling, targeting, and results. - [Pop-up settings](https://www.referly.so/docs/help-center/engage/announcements/types.md): Set up a Referly announcement as a pop-up, banner, or poll. Configure layout, position, images, the call-to-action button, and a countdown timer on the Design & Content tab. - [Organise assets in folders](https://www.referly.so/docs/help-center/engage/assets/folders.md): Keep your affiliate marketing asset library tidy with folders. Create and nest folders, move assets between them, and give affiliates a clear structure to browse in their portal. - [Marketing assets overview](https://www.referly.so/docs/help-center/engage/assets/overview.md): Give your affiliates the banners, links, videos, brand colours, and files they need to promote you. A tour of the Referly Marketing Assets library, folders, asset types, and visibility controls. - [Asset types](https://www.referly.so/docs/help-center/engage/assets/types.md): The six Referly marketing asset types explained — General, Banner, Colour scheme, Accordion, Link, and Video. What each holds, how to build it, and how affiliates see it. - [Auto-generate codes](https://www.referly.so/docs/help-center/engage/coupons/auto-generated-codes.md): Auto-generate a unique coupon code for every affiliate in Referly. Build codes from an affiliate's name, your coupon name, a prefix, and random characters, and limit generation to specific groups. - [Connect a coupon source](https://www.referly.so/docs/help-center/engage/coupons/connect-a-source.md): Connect Stripe, Shopify, WooCommerce, or Polar as your coupon source in Referly so the codes you create work at checkout and every redemption is tracked to the right affiliate. - [Create a coupon](https://www.referly.so/docs/help-center/engage/coupons/create.md): Create a coupon in Referly: choose your source, set a percentage or flat-rate discount, pick a duration, add redemption limits, and Referly builds it on Stripe, Shopify, WooCommerce, or Polar for you. - [Coupons overview](https://www.referly.so/docs/help-center/engage/coupons/overview.md): Learn how coupons work in Referly. Let affiliates promote a discount code instead of a link, connect Stripe, Shopify, WooCommerce, or Polar, sync existing codes, and track sales by coupon. - [Promotional codes](https://www.referly.so/docs/help-center/engage/coupons/promotional-codes.md): Learn how promotional codes work in Referly: the actual codes customers type at checkout. Add one or more codes to a coupon and tie each one to a specific affiliate or customer. - [Restrict a code](https://www.referly.so/docs/help-center/engage/coupons/restrictions.md): Restrict a coupon code in Referly. Limit it to specific products, require a minimum order, allow first-time customers only, cap total redemptions, or set an expiry date so discounts apply exactly where you want. - [Sync coupons](https://www.referly.so/docs/help-center/engage/coupons/sync.md): Sync existing discount codes from Stripe, Shopify, WooCommerce, or Polar into Referly. Import all your coupons or pick specific ones so you can assign and track them without recreating them. - [Emails your affiliates receive](https://www.referly.so/docs/help-center/engage/emails/affiliate-emails.md): See every automated email Referly sends to your affiliates: welcome, approval, decline, new referral, commission, and bonus emails. Turn each on or off, preview, edit, or send a test. - [Custom email builder](https://www.referly.so/docs/help-center/engage/emails/custom-email-builder.md): Customize Referly's affiliate emails with the built-in email builder. Edit text, buttons, and images, insert personalization variables, change the subject line, preview on mobile, and save your own template. - [Email marketing integrations](https://www.referly.so/docs/help-center/engage/emails/integrations.md): Connect Klaviyo, Mailchimp, MailerLite, or Brevo to Referly to automatically sync your affiliates into an email list. Add your API key, pick a list, and keep new affiliates flowing in. - [Email settings overview](https://www.referly.so/docs/help-center/engage/emails/overview.md): Control the automated emails Referly sends to your affiliates and to you. Turn emails on or off, send tests, customize content, use your own sending domain, track opens and clicks, and sync affiliates to your email marketing tool. - [Send from your own domain](https://www.referly.so/docs/help-center/engage/emails/sending-domain.md): Send Referly's affiliate emails from your own domain. Add your domain, install the DNS records, verify it, and set your sending address and sender name for better deliverability and trust. - [Track opens and clicks](https://www.referly.so/docs/help-center/engage/emails/tracking.md): See how your affiliate emails perform. Referly tracks opens and clicks automatically, with open and click rates, a Sent-Opened-Clicked funnel, date ranges, and recent recipients for each email. - [Emails you receive](https://www.referly.so/docs/help-center/engage/emails/your-emails.md): See the emails Referly sends to you as the program owner: new affiliate sign-ups, referrals, sales, payouts, weekly summary, and chat messages. Turn each notification on or off. - [Message groups](https://www.referly.so/docs/help-center/engage/messages/groups.md): Create group chats to message many affiliates at once in Referly. Add members individually or bind a group to your affiliate groups so it stays in sync, then edit, mute, or delete it. - [Messages overview](https://www.referly.so/docs/help-center/engage/messages/overview.md): Chat with your affiliates one-to-one or in groups directly inside Referly. Learn how Messages works: the layout, starting conversations, filters, and the composer. - [Share assets and bonuses from chat](https://www.referly.so/docs/help-center/engage/messages/share-assets-and-bonuses.md): Share marketing assets and performance bonuses directly inside a Referly chat. Send a banner, link, or reward from the message composer so affiliates can grab it without leaving the conversation. - [Target an audience](https://www.referly.so/docs/help-center/engage/popups-banners/audience.md): Choose which affiliates trigger a Referly pop-up or banner: all affiliates, specific affiliates, or affiliate groups, so referred shoppers only see the message meant for their referrer. - [Install the embed](https://www.referly.so/docs/help-center/engage/popups-banners/install.md): Install the Referly tracking script to enable pop-ups and banners on your site. Copy the embed snippet, add it before the closing body tag on every page, then publish. - [Pop-ups and banners overview](https://www.referly.so/docs/help-center/engage/popups-banners/overview.md): Show tailored pop-ups and banners to shoppers referred by your affiliates. Learn the pop-up vs banner types, the Setup and Design tabs, merge variables, statuses, and setup. - [Triggers and position](https://www.referly.so/docs/help-center/engage/popups-banners/triggers.md): Set when a Referly pop-up or banner appears: page load with a delay or exit intent, how often a visitor sees it, which pages it shows on, and where it sits on the screen. - [Customise the widget](https://www.referly.so/docs/help-center/engage/widget/customize.md): Customize the Referly referral widget: set its colors and position, choose which pages it shows on, add your header text and a coupon, configure the invitation popup, and rewrite any of its wording — all with a live preview. - [Email verification](https://www.referly.so/docs/help-center/engage/widget/email-verification.md): How email verification works in the Referly referral widget: customers confirm their email with a six-digit code to reach their referral link and earnings, when it's required, and how to troubleshoot a missing code. - [Install the widget](https://www.referly.so/docs/help-center/engage/widget/install.md): Install the Referly referral widget on your site: add the tracking script and widget script, choose direct install or Google Tag Manager, turn on auto-register to identify logged-in users, and open the widget from your own button. - [Referral widget overview](https://www.referly.so/docs/help-center/engage/widget/overview.md): Learn what the Referly referral widget is and how it works: an embeddable floating button that turns your customers into affiliates so they can grab their referral link, share it, invite friends, and track earnings inside your product. - [Create a campaign](https://www.referly.so/docs/help-center/gamify/content-rewards/campaigns.md): Create a content reward campaign in Referly: set the reward, schedule, budget, submission rules, and audience, then publish it for your affiliates to enter. - [Social metrics or manual review](https://www.referly.so/docs/help-center/gamify/content-rewards/criteria.md): Choose how content reward submissions qualify in Referly: automatic social metrics like views and likes, or manual review of proof. Learn both options. - [Content rewards overview](https://www.referly.so/docs/help-center/gamify/content-rewards/overview.md): Content rewards let you pay affiliates and creators for posts and videos about your brand. Learn how campaigns, submissions, and payouts work in Referly. - [Revert a paid reward](https://www.referly.so/docs/help-center/gamify/content-rewards/revert.md): Undo a content reward in Referly by changing a submission's status. Learn what happens to paid and unpaid payouts when you revert an approval. - [Review submissions](https://www.referly.so/docs/help-center/gamify/content-rewards/submissions.md): Review content reward submissions in Referly: check the post or proof, then approve or reject each entry. Learn the review panel, statuses, and bulk actions. - [Create a contest](https://www.referly.so/docs/help-center/gamify/contests/create.md): Create an affiliate contest in Referly: name it, choose participants, pick the ranking metric, set cash or non-cash prizes, schedule the end date and winner frequency, then publish. - [Contests overview](https://www.referly.so/docs/help-center/gamify/contests/overview.md): Run a time-boxed affiliate contest with prizes. Learn how contests differ from the leaderboard, what you configure, the draft-to-completed lifecycle, and where to find them. - [Pick winners](https://www.referly.so/docs/help-center/gamify/contests/winners.md): See how affiliate contest winners are picked automatically at the end of each period, how cash and non-cash prizes are awarded, and where to view the winners. - [Choose ranking criteria](https://www.referly.so/docs/help-center/gamify/leaderboards/criteria.md): Choose what your affiliate leaderboard ranks by: number of referrals, revenue, sales, earnings, or conversion rate. Learn what each metric measures and when to use it. - [Leaderboards overview](https://www.referly.so/docs/help-center/gamify/leaderboards/overview.md): Rank your affiliates by performance with a Referly leaderboard. See where to find it, how ranking criteria and time windows work, who can view it, and how contests fit in. - [Publish a leaderboard](https://www.referly.so/docs/help-center/gamify/leaderboards/public.md): Publish your affiliate leaderboard as a branded public page anyone can view. Learn how to share it, control privacy, and turn the public page on or off. - [Create a milestone](https://www.referly.so/docs/help-center/gamify/milestones/create.md): Add an affiliate milestone in Referly: set a referral or revenue goal and choose the commission plan affiliates upgrade to when they reach it. - [Milestones overview](https://www.referly.so/docs/help-center/gamify/milestones/overview.md): Affiliate milestones automatically upgrade affiliates to higher commission plans when they hit referral or revenue goals. Learn how milestones work in Referly. - [Gamification overview](https://www.referly.so/docs/help-center/gamify/overview.md): Referly's gamification tools reward affiliates for progress, performance, and content. Meet milestones, performance bonuses, content rewards, leaderboards, and contests. - [Create a performance bonus](https://www.referly.so/docs/help-center/gamify/performance-bonuses/create.md): Create a performance bonus in Referly: set the goal (referrals, conversions, or revenue), the cash reward, who can earn it, and publish it to your affiliates. - [Performance bonuses overview](https://www.referly.so/docs/help-center/gamify/performance-bonuses/overview.md): Performance bonuses pay affiliates a fixed cash reward automatically when they hit a referral, conversion, or revenue goal. Learn how they work in Referly. - [Award a bonus retroactively](https://www.referly.so/docs/help-center/gamify/performance-bonuses/retroactive.md): When you create a performance bonus that affiliates already qualify for, Referly can pay them right away. Learn how retroactive awarding works. - [Conditional rules](https://www.referly.so/docs/help-center/getting-started/commissions/conditional-rules.md): Learn how conditional rules in a Referly commission plan work. Pay a different rate based on order amount, product, coupon used, landing page, or statement description, with examples for each scenario. - [Non-cash rewards](https://www.referly.so/docs/help-center/getting-started/commissions/non-cash-rewards.md): Reward affiliates with coupons or credits instead of cash in Referly. Learn how to switch a commission plan to Non-Cash, set up a coupon or credit reward, choose when affiliates earn it, cap earnings, and fulfil each reward at payout. - [Commission plans overview](https://www.referly.so/docs/help-center/getting-started/commissions/overview.md): How Referly decides what each affiliate earns: the read-only Base Commission Plan versus custom commission plans, every setting inside a plan, how plans are assigned at the program, group, affiliate, and customer levels, and which pricing tiers include custom plans. - [Product-based commissions](https://www.referly.so/docs/help-center/getting-started/commissions/product-based.md): Pay affiliates a different commission rate per product, service, or Shopify collection in Referly by adding a Product condition to a custom commission plan. The base plan is a single flat rate, so product-based rates need a custom plan. - [Migrate from CSV](https://www.referly.so/docs/help-center/getting-started/migrate/csv.md): Import affiliates, customers, and sales into Referly from a CSV. A step-by-step guide to uploading your spreadsheet and mapping every column, with all the settings and nuances of the mapping stage explained. - [Migrate from Dub](https://www.referly.so/docs/help-center/getting-started/migrate/dub.md): Import your Dub Partners affiliates, referred customers, and sales into Referly with a Dub API key. Step-by-step guide to creating the key in Dub, connecting, and every import setting. - [Migrate from FirstPromoter](https://www.referly.so/docs/help-center/getting-started/migrate/firstpromoter.md): Step-by-step guide to migrating from FirstPromoter to Referly: create your FirstPromoter API key, find your Account ID, connect the account, choose which affiliate, referral, and sales fields to import, and run each import in the right order. - [Migration overview](https://www.referly.so/docs/help-center/getting-started/migrate/overview.md): Move your affiliates, referred customers, and sales into Referly from a CSV file or another affiliate platform like Rewardful, FirstPromoter, PartnerStack, Tapfiliate, Tolt, Partnero, Trackdesk, or Dub. - [Migrate from Partnero](https://www.referly.so/docs/help-center/getting-started/migrate/partnero.md): Import your affiliates, referred customers, and past sales from Partnero into Referly with a Partnero API key. Step-by-step guide to creating the key in Partnero, connecting, choosing what to import, and every field setting. - [Migrate from PartnerStack](https://www.referly.so/docs/help-center/getting-started/migrate/partnerstack.md): Import your partners, referred customers, and sales from PartnerStack into Referly with your PartnerStack API key. Step-by-step guide to finding the key, connecting, choosing what to import, every field setting, and tracking each import. - [Migrate from Rewardful](https://www.referly.so/docs/help-center/getting-started/migrate/rewardful.md): Import your affiliates, referred customers, and sales from Rewardful into Referly using your Rewardful API secret. Step-by-step guide to connecting, choosing what to import, and every field setting. - [Migrate from Tapfiliate](https://www.referly.so/docs/help-center/getting-started/migrate/tapfiliate.md): Import your affiliates, referred customers, and past sales from Tapfiliate into Referly with your Tapfiliate API key. Step-by-step guide to finding the key, connecting, and every field setting. - [Migrate from Tolt](https://www.referly.so/docs/help-center/getting-started/migrate/tolt.md): Import your affiliates, referred customers, and sales from Tolt into Referly using your Tolt API key and program ID. Step-by-step guide to finding both credentials in Tolt, connecting, and every import setting. - [Migrate from Trackdesk](https://www.referly.so/docs/help-center/getting-started/migrate/trackdesk.md): Import your affiliates, referred customers, and past sales from Trackdesk into Referly using your Trackdesk API key and tenant ID. Step-by-step guide to finding both credentials, connecting, and every field setting. - [Add affiliates manually](https://www.referly.so/docs/help-center/getting-started/recruit/add-affiliates-manually.md): Create an affiliate account yourself in Referly: add their name and email, assign a group or commission plan, and activate them instantly. Learn how adding an affiliate manually differs from sending an invitation. - [Ask application questions](https://www.referly.so/docs/help-center/getting-started/recruit/application-questions.md): Collect extra details from affiliates during sign-up in Referly. Add a custom onboarding step with Short Text, Long Text, Dropdown, Multiple Choice, and Image Upload questions, mark them required or editable, and see every answer on the affiliate's detail page. - [Manually approve or decline applications](https://www.referly.so/docs/help-center/getting-started/recruit/approve-or-decline.md): Review who joins your Referly program. Turn off automatic approval on the base commission plan, apply it to all plans or set it per custom plan, see the affiliate's pending screen, and approve or decline applications from the affiliate's detail page. - [Invite affiliates](https://www.referly.so/docs/help-center/getting-started/recruit/invite-affiliates.md): Invite affiliates to your Referly program by email. Learn the invitation form fields, how to assign an invite to an affiliate group or a commission plan, the invitation email, the Invited status, and why no promo code or sales are tracked until the affiliate accepts. - [Let affiliates sign up](https://www.referly.so/docs/help-center/getting-started/recruit/let-affiliates-sign-up.md): Share your Referly sign-up link so affiliates can join on their own. Learn the general sign-up link, special links for a commission plan or affiliate group, the default group, and how affiliates log in with an email code or Google. - [Setting up your affiliate or referral program](https://www.referly.so/docs/help-center/getting-started/set-up-program/affiliate-program-setup.md): Create your Referly affiliate or referral program with the onboarding wizard: business type, program goal, website, name, subdomain, logo, and commission structure. - [Setting up your branding](https://www.referly.so/docs/help-center/getting-started/set-up-program/branding.md): Brand your Referly affiliate portal, dashboard, emails, and social-share previews: upload your main logo, dashboard and collapsed logos, favicon, and email logo, set your text and primary colors, and save your changes. - [Welcome to Referly](https://www.referly.so/docs/help-center/getting-started/welcome.md): What Referly is and how its pieces fit together: your program, tracking, affiliates, customers and sales, rewards, and payouts, plus the engagement, gamification, growth, and integration layers on top. - [Affiliate managers overview](https://www.referly.so/docs/help-center/grow/affiliate-managers/overview.md): Find and contact experienced affiliate program managers on Referly to help grow your program — browse by category and commission rate, view profiles, and reach out. - [Invite an influencer](https://www.referly.so/docs/help-center/grow/influencer-discovery/invite.md): Invite a creator from Referly's Influencer Discovery into your program: pick their affiliate group or commission plan, add an optional signing bonus, write your first message, and track whether they accept. - [How the match score works](https://www.referly.so/docs/help-center/grow/influencer-discovery/match-score.md): Understand Referly's influencer match score: a 0–100 estimate of program fit built from category match, proven revenue, conversion rate, audience size, geographic fit, verified socials, and recent activity. - [Influencer discovery overview](https://www.referly.so/docs/help-center/grow/influencer-discovery/overview.md): Find and recruit creators with Referly's Influencer Discovery: search a network of vetted, revenue-proven affiliates, read their match score, save your shortlist, and invite them to your program. - [Saved, invited, and recruited](https://www.referly.so/docs/help-center/grow/influencer-discovery/pipeline.md): Track creators through Referly's recruiting pipeline: save shortlists into folders, follow invited and declined outreach, and see who accepted and became an affiliate. - [Search and filter](https://www.referly.so/docs/help-center/grow/influencer-discovery/search.md): Narrow Referly's influencer directory with search, category, platform, country, audience-size and revenue filters, then sort by best match, GMV, audience, conversion rate, or ROI. - [Marketplace licenses](https://www.referly.so/docs/help-center/grow/marketplace/licenses.md): A marketplace license lets you publish your Referly listing and unlocks the Grow tools — Influencer Discovery, affiliate managers, and the affiliate newsletter. Learn what it includes and how to get one. - [Build your listing](https://www.referly.so/docs/help-center/grow/marketplace/listing.md): Build your Referly Marketplace listing: add branding, product details, the reward affiliates earn, a listing body and FAQs, then preview and publish to get discovered. - [Marketplace overview](https://www.referly.so/docs/help-center/grow/marketplace/overview.md): List your affiliate program on the Referly Marketplace so affiliates discover and join you. Learn where your listing appears, how affiliates browse and join, and what drives your ranking. - [Visibility and boosts](https://www.referly.so/docs/help-center/grow/marketplace/visibility.md): Understand and improve your Referly Marketplace ranking: the visibility score, its five criteria, and how to earn a manual boost with a review or case study. - [Brevo](https://www.referly.so/docs/help-center/integrations/brevo.md): Sync affiliates and referrals to Brevo. - [Cal.com](https://www.referly.so/docs/help-center/integrations/cal-com.md): Track referrals and sales from Cal.com. - [Calendly](https://www.referly.so/docs/help-center/integrations/calendly.md): Track bookings made through Calendly. - [Chargebee](https://www.referly.so/docs/help-center/integrations/chargebee.md): Track Chargebee subscriptions. - [Ecwid](https://www.referly.so/docs/help-center/integrations/ecwid.md): Track Ecwid orders. - [Klaviyo](https://www.referly.so/docs/help-center/integrations/klaviyo.md): Sync affiliates and referrals to Klaviyo. - [Mailchimp](https://www.referly.so/docs/help-center/integrations/mailchimp.md): Sync affiliates and referrals to Mailchimp. - [Mailerlite](https://www.referly.so/docs/help-center/integrations/mailerlite.md): Sync affiliates and referrals to Mailerlite. - [Make](https://www.referly.so/docs/help-center/integrations/make.md): Build scenarios with Referly. - [Memberstack](https://www.referly.so/docs/help-center/integrations/memberstack.md): Track Memberstack members. - [Integrations overview](https://www.referly.so/docs/help-center/integrations/overview.md): Connect Referly to the tools you already use. - [Paddle](https://www.referly.so/docs/help-center/integrations/paddle.md): Track Paddle transactions. - [PayPal](https://www.referly.so/docs/help-center/integrations/paypal.md): Pay affiliates through PayPal. - [Pickaxe](https://www.referly.so/docs/help-center/integrations/pickaxe.md): Track Pickaxe conversions. - [Polar](https://www.referly.so/docs/help-center/integrations/polar.md): Track Polar checkouts. - [Referly Payouts](https://www.referly.so/docs/help-center/integrations/referly-payouts.md): Let Referly handle paying your affiliates. - [Shopify](https://www.referly.so/docs/help-center/integrations/shopify.md): Track orders from your Shopify store. - [SkillPlate](https://www.referly.so/docs/help-center/integrations/skillplate.md): Track SkillPlate sales. - [Stripe](https://www.referly.so/docs/help-center/integrations/stripe.md): Track Stripe payments, subscriptions, and refunds. - [Stripe Buy Button](https://www.referly.so/docs/help-center/integrations/stripe/buy-button.md): Attribute sales from a Buy Button. - [Stripe coupon codes](https://www.referly.so/docs/help-center/integrations/stripe/coupon-codes.md): Track affiliates by the coupon a customer used. - [Stripe Payment Links](https://www.referly.so/docs/help-center/integrations/stripe/payment-links.md): Attribute sales from Payment Links. - [Stripe Pricing Table](https://www.referly.so/docs/help-center/integrations/stripe/pricing-table.md): Attribute sales from a Pricing Table. - [Stripe Session API](https://www.referly.so/docs/help-center/integrations/stripe/session-api.md): Attribute checkouts created with the Sessions API. - [Universal integration](https://www.referly.so/docs/help-center/integrations/universal.md): Connect a platform Referly doesn't list. - [Wise](https://www.referly.so/docs/help-center/integrations/wise.md): Pay affiliates through Wise. - [WooCommerce](https://www.referly.so/docs/help-center/integrations/woocommerce.md): Track orders from your WooCommerce store. - [WordPress](https://www.referly.so/docs/help-center/integrations/wordpress.md): Track sales on a WordPress site. - [Zapier](https://www.referly.so/docs/help-center/integrations/zapier.md): Connect Referly to thousands of apps. - [Zylvie](https://www.referly.so/docs/help-center/integrations/zylvie.md): Track Zylvie sales. - [The affiliate detail view](https://www.referly.so/docs/help-center/manage/affiliates/affiliate-detail.md): Everything on a Referly affiliate's detail page — profile, status, performance, tabs for activity, audience, payouts, promo codes, answers, assets, and the actions you can take on one affiliate. - [Ban or deactivate an affiliate](https://www.referly.so/docs/help-center/manage/affiliates/ban-or-deactivate.md): Deactivate an affiliate to pause them (reversible) or ban them to remove them for good in Referly. Learn the difference, plus how to reactivate and how to act in bulk. - [Bulk actions](https://www.referly.so/docs/help-center/manage/affiliates/bulk-actions.md): Act on many Referly affiliates at once: change their commission plan or group, message, export, give a bonus, approve, reactivate, deactivate, decline, ban, or delete — all in one step. - [Change an affiliate's commission plan](https://www.referly.so/docs/help-center/manage/affiliates/change-commission-plan.md): Move a Referly affiliate onto a different commission plan from their detail page or in bulk. Learn what changes for future vs existing referrals and how to set a custom rate. - [Filters and columns](https://www.referly.so/docs/help-center/manage/affiliates/filters-and-columns.md): Search, filter, sort, and customize columns on your Referly affiliates list — filter by status, source, plan, group, country, and performance ranges, and add metrics like EPC and conversion rates. - [Give a bonus](https://www.referly.so/docs/help-center/manage/affiliates/give-a-bonus.md): Award a one-off cash bonus to a Referly affiliate, or to a whole selection at once. Enter an amount, pick a reason, and it lands in their rewards as a commission. - [Affiliate groups](https://www.referly.so/docs/help-center/manage/affiliates/groups.md): Organize your Referly affiliates into groups with their own commission plans, landing pages, and promo codes. Learn to create groups, assign affiliates, and track group performance. - [Import affiliates](https://www.referly.so/docs/help-center/manage/affiliates/import.md): Add affiliates to Referly in bulk from a CSV file or another platform. Learn the required fields, how to map and run the import, and why affiliates go first. - [Affiliates overview](https://www.referly.so/docs/help-center/manage/affiliates/overview.md): Get to know the Affiliates area in Referly: read your affiliate list, understand each column, and find your way to searching, filtering, bulk actions, groups, and importing. - [Affiliate statuses](https://www.referly.so/docs/help-center/manage/affiliates/statuses.md): What each affiliate status means in Referly — active, pending, invited, declined, deactivated, and banned — and how affiliates move between them. - [Affiliate acquisition](https://www.referly.so/docs/help-center/manage/analytics/affiliate-acquisition.md): See where your affiliates come from in Referly: track affiliate sign ups and portal page visits, break them down by source and country, and follow the onboarding funnel to see how new affiliates get set up. - [Conversion funnel](https://www.referly.so/docs/help-center/manage/analytics/conversion-funnel.md): Follow visitors from click to sale with Referly's conversion funnel: see your overall conversion rate, where people drop off between steps, and switch the middle step between referrals and add-to-carts. - [Date ranges and granularity](https://www.referly.so/docs/help-center/manage/analytics/date-ranges.md): Set the time period for your Referly analytics with presets or a custom range, and understand how chart granularity — hourly, daily, weekly, or monthly — changes with the period you choose. - [Analytics overview](https://www.referly.so/docs/help-center/manage/analytics/overview.md): Get to know the Analytics area in Referly: switch between Program Performance and Affiliate Acquisition, set your time period, filter your data, and read your charts and breakdowns. - [Performance](https://www.referly.so/docs/help-center/manage/analytics/performance.md): Read the Program Performance tab in Referly: track clicks, referrals, revenue, and commission over time, and break every metric down by affiliate, group, link, traffic source, country, and device. - [Add a sale](https://www.referly.so/docs/help-center/manage/customers/add-a-sale.md): Manually record a sale against a referred customer in Referly so their affiliate earns commission. Enter the order amount and optionally override the commission rate. - [Change a customer's commission plan](https://www.referly.so/docs/help-center/manage/customers/change-commission-plan.md): Override the commission plan for a single referred customer in Referly. Choose a new plan for that customer's future sales without affecting past transactions or other customers. - [Import customers](https://www.referly.so/docs/help-center/manage/customers/import.md): Bulk import referred customers into Referly from a CSV or another affiliate platform. Map your columns, link each customer to their affiliate by email, and run the import. - [Notes](https://www.referly.so/docs/help-center/manage/customers/notes.md): Keep a private note against a referred customer in Referly. Add, edit, and save internal notes, and see at a glance which customers have a note from the Notes column. - [Customers overview](https://www.referly.so/docs/help-center/manage/customers/overview.md): See every customer your affiliates referred in Referly. Understand the Customers table columns, how customers get added, their status, and what you can do from the screen. - [Customer statuses](https://www.referly.so/docs/help-center/manage/customers/statuses.md): Understand Referly's customer statuses — Active, Submitted, and Rejected. Learn what each means for commissions and how to accept, reject, or reactivate referred customers. - [Payout batch statuses](https://www.referly.so/docs/help-center/manage/payouts/batch-statuses.md): What each Referly payout batch status means — Preparing, Ready, Charging, Sent to Wise, Sending to affiliate, Paid, Failed, and No transactions — and what to do next. - [Payout batches](https://www.referly.so/docs/help-center/manage/payouts/batches.md): Understand payout batches in Referly — how earnings are grouped, how to read the batches table, and how to review, pay, export, and manage batches in bulk. - [Custom bank account fields](https://www.referly.so/docs/help-center/manage/payouts/custom-bank-fields.md): Collect extra banking details from affiliates paid by bank transfer in Referly — add custom bank account fields like branch name, SWIFT, or IBAN with required options. - [Export payouts](https://www.referly.so/docs/help-center/manage/payouts/export.md): Export a Referly payout batch as a CSV formatted for Wise, PayPal, or bank transfer, pay affiliates in your provider, then mark the batch as paid. - [Failed payouts](https://www.referly.so/docs/help-center/manage/payouts/failed-payouts.md): Find out why a Referly payout failed and how to fix it — read the failure reason, resolve the cause, and retry the payout batch. - [Minimum payout amount](https://www.referly.so/docs/help-center/manage/payouts/minimum-amount.md): Set a minimum payout amount in Referly so affiliates are only paid once their cash earnings reach a threshold, reducing small-transfer fees. - [Payouts overview](https://www.referly.so/docs/help-center/manage/payouts/overview.md): Learn how payouts work in Referly: how commissions become payable, self-managed vs Referly-handled payouts, payout methods, batches, schedules, and where to manage everything. - [Payout methods](https://www.referly.so/docs/help-center/manage/payouts/payout-methods.md): Learn the affiliate payout methods in Referly: Wise, PayPal, manual bank transfer, Referly Payouts, and automatic delivery of coupons and credits. - [Holding period and frequency](https://www.referly.so/docs/help-center/manage/payouts/schedule.md): Set how long Referly holds affiliate commissions and how often payout batches are created — holding period, payout frequency, and automated payout scheduling. - [Manage payouts yourself or let Referly handle them](https://www.referly.so/docs/help-center/manage/payouts/self-managed-vs-referly.md): Compare managing affiliate payouts yourself with Wise, PayPal, or bank transfer against letting Referly pay your affiliates in 178 countries with tax-compliant invoicing. - [Tax and invoices](https://www.referly.so/docs/help-center/manage/payouts/tax-and-invoices.md): Set your legal entity details, add and verify an EU VAT number, generate self-billing invoices, and handle VAT and NL tax exports for affiliate payouts in Referly. - [Approve or decline a reward](https://www.referly.so/docs/help-center/manage/rewards/approve-or-decline.md): Review affiliate rewards before they're paid in Referly. Turn automatic reward approval on or off, apply it across commission plans, and accept or decline rewards one at a time or in bulk. - [Bonuses and content rewards](https://www.referly.so/docs/help-center/manage/rewards/bonuses.md): Understand non-sale rewards in Referly — bonuses, milestone and performance rewards, contest prizes, and content rewards. See how they appear in the Rewards list, how to filter for them, and how they're approved and paid. - [How a reward was calculated](https://www.referly.so/docs/help-center/manage/rewards/calculation.md): See exactly how Referly worked out a reward amount. Open a reward's Calculation tab to read the step-by-step trace from sale to Final Commission, and understand the commission-plan factors behind it. - [Why a reward is on hold](https://www.referly.so/docs/help-center/manage/rewards/holds.md): Understand why a reward is On Hold in Referly — manual approval settings, fraud prevention (self-referral, email or IP match), a deactivated or banned affiliate, or a manual hold — and how to clear it. - [Import sales](https://www.referly.so/docs/help-center/manage/rewards/import.md): Import historical sales and their affiliate rewards into Referly from a CSV or another affiliate platform. Learn the import order, required CSV columns, field mapping, and what happens after importing. - [Rewards overview](https://www.referly.so/docs/help-center/manage/rewards/overview.md): Learn how the Rewards page in Referly works: review every commission your affiliates earn, read each column, understand reward and payout statuses, filter and search, and approve, pay, refund, or export rewards. - [Refunds](https://www.referly.so/docs/help-center/manage/rewards/refunds.md): See what happens to affiliate rewards when a sale is refunded in Referly — the reward is voided and marked Refunded, kept out of payouts, and the refund window that blocks refunding rewards already paid. - [API keys](https://www.referly.so/docs/help-center/settings/advanced/api-keys.md): Create a key to use the Referly API. - [Webhooks](https://www.referly.so/docs/help-center/settings/advanced/webhooks.md): Get notified when things change in your program. - [Bot protection](https://www.referly.so/docs/help-center/settings/portal/bot-protection.md): Stop automated sign-ups. - [Contact widget](https://www.referly.so/docs/help-center/settings/portal/contact-widget.md): Let affiliates reach you from the portal. - [Custom code](https://www.referly.so/docs/help-center/settings/portal/custom-code.md): Add your own scripts or styles. - [Custom domain](https://www.referly.so/docs/help-center/settings/portal/custom-domain.md): Serve the portal from your own domain. - [Languages](https://www.referly.so/docs/help-center/settings/portal/languages.md): Show the portal in your affiliates' language. - [Setting up login and sign up for affiliates](https://www.referly.so/docs/help-center/settings/portal/login-and-sign-up.md): Set up your affiliate login and sign-up pages in Referly: choose one of four page styles, customize the logo, title, subtitle, background, and carousel images, preview desktop and mobile, and see which styles need the Business plan. - [Affilite custom questions](https://www.referly.so/docs/help-center/settings/portal/onboarding.md): Walk new affiliates through setup. - [Shared customer data](https://www.referly.so/docs/help-center/settings/portal/shared-customer-data.md): Choose what affiliates can see about customers. - [Ask affiliates to connect their social media](https://www.referly.so/docs/help-center/settings/portal/social-connections.md): Turn on the social media step in your affiliate portal onboarding, choose which platforms affiliates connect and verify, then filter and sort affiliates by audience size and platform and read their audience demographics and geography. - [Social login](https://www.referly.so/docs/help-center/settings/portal/social-login.md): Let affiliates sign in with a social account. - [Affiliate groups](https://www.referly.so/docs/help-center/settings/program/affiliate-groups.md): Group affiliates and give each group its own terms. - [Automated short links](https://www.referly.so/docs/help-center/settings/program/automated-short-links.md): Give affiliates short links automatically. - [Cross-domain tracking](https://www.referly.so/docs/help-center/settings/program/cross-domain-tracking.md): Keep attribution across several domains. - [Fraud prevention](https://www.referly.so/docs/help-center/settings/program/fraud-prevention.md): Detect self-referrals by email or IP address. - [General program settings](https://www.referly.so/docs/help-center/settings/program/general.md): Your program's core settings. - [Multi-level commissions](https://www.referly.so/docs/help-center/settings/program/multi-level-commissions.md): Pay affiliates on the affiliates they recruit. - [Email and in-app notifications](https://www.referly.so/docs/help-center/settings/program/notifications.md): Choose what you and your affiliates are told about. - [Payout settings](https://www.referly.so/docs/help-center/settings/program/payout-settings.md): Methods, schedule, holding period, and minimums. - [Tax management](https://www.referly.so/docs/help-center/settings/program/tax-management.md): Tax zones and invoicing for affiliates. - [Tracking methods](https://www.referly.so/docs/help-center/settings/program/tracking-methods.md): Choose how referrals are attributed. - [Invitations](https://www.referly.so/docs/help-center/settings/team/invitations.md): Track who you've invited. - [Team members](https://www.referly.so/docs/help-center/settings/team/members.md): Invite teammates into your program. ## OpenAPI Specs - [openapi](https://www.referly.so/docs/api-reference/openapi.json)