Skip to main content
All CollectionsProgramsFlows
How to set different commission rates for yearly and monthly products
How to set different commission rates for yearly and monthly products

Assign different commission rates for products based on their billing intervals (monthly or yearly).

Damjan avatar
Written by Damjan
Updated over 2 months ago

You can configure different commission rates based on a product's billing cycle (monthly or yearly) by using the Interval condition in your commission flow. In the third step of the flow setup, you can assign commissions as either a fixed amount or a percentage.


Flow setup

Flow action: In this step, you will define the commission type, which can be either a fixed amount or a percentage based on the product's billing cycle.

  • Condition: Interval

  • Operator: Equals

  • Value: Monthly/Yearly

Example flows

  • Flow for monthly products:
    Interval equals monthly β†’ 10%

  • Flow for yearly products:
    Interval equals yearly β†’ $100 fixed commission

Example scenario

  • Customer A purchases a monthly subscription on September 30, 2024. The monthly flow applies a 10% commission to the partner.

  • Customer B purchases a yearly subscription on the same date. The yearly flow applies a $100 fixed commission to the partner.

This setup ensures that the right commission, either fixed or percentage-based, is applied according to the product's billing interval.

Did this answer your question?