Skip to main content
All CollectionsProgramsFlows
How to set up different commissions for different plans/products
How to set up different commissions for different plans/products

Set unique commission rates for different products/plans by using the Product ID condition.

Damjan avatar
Written by Damjan
Updated over 2 months ago

To assign specific commission rates for different products or plans, you can use the Product ID from your payment processor's dashboard. This allows you to set up unique commission structures for each product.


Steps for the setup:

  1. Retrieve the Product ID:

    • Go to your Stripe dashboard.

    • Navigate to the Product catalog.

    • Select the product (e.g., pro plan) and copy its Product ID from the details section (e.g., prod_Ox6qk7OhF7VAUE).

  2. Flow setup:

    • Flow action: In this step, you'll set up the commission type, either a fixed amount or percentage based on the product.

    • Condition: Product ID

    • Operator: Equals

    • Value: The Product ID of the selected product (e.g., prod_Ox6qk7OhF7VAUE).

Example scenario:

  • Customer purchases the pro plan on October 1, 2024. The partner who referred the customer will receive a 15% commission from the transaction based on the flow you’ve set up with the pro plan’s Product ID.

If you want to set up different commissions for your starter plan, for example, you’d need to create a separate flow.

Did this answer your question?