> ## Documentation Index
> Fetch the complete documentation index at: https://docs-int.wingback.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Flat Fee + Transaction-Based Pricing

> A single price that remains the same for every customer plus a transaction-based component that increases with the volume of transactions being processed.

export const IntRedir = () => {
  if (typeof document === "undefined") {
    return null;
  } else {
    setTimeout(() => {
      const currentUrl = new URL(window.location.href);
      if (currentUrl.hostname === 'docs-int.wingback.com') {
        currentUrl.hostname = 'docs.wingback.com';
        window.location.replace(currentUrl.toString());
      }
    }, 1);
    return <></>;
  }
};

<IntRedir />

## What is Flat Fee + Transaction-Based Pricing?

This pricing model combines a flat fee and a transaction-based component. So your customer is charged a recurring fee per billing cycle as well as an additional amount depending on the volume of transactions processed on your platform.

## Why this model?

The value of your product for your customer increases when you process more transactions, so adding a transaction-based pricing component is a great choice. This allows you to get the revenue for the basic product as well as generate additional revenue where your customers are getting more value out of your product.
