> ## 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.

# Simple Transaction-Based Pricing

> A price that increases with the volume of transactions 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 Transaction-Based Pricing?

This pricing model charges a fee based on the transaction value a product processes, such as a percentage of the overall total. A typical example is a 2% payment processing fee.

## Why this model?

Transaction-based pricing works if the value for your customer increases proportionally to the transaction volume processed by your platform. This is why the model works well for payment processing, more money processed is equal to more value for the customer.

*Examples: Stripe, Adyen, Braintree, Gumroad*

<img src="https://mintcdn.com/wingback/GadBRdJt85xVxME0/media/dev/guides/pricing-page/pp-braintree.png?fit=max&auto=format&n=GadBRdJt85xVxME0&q=85&s=71d6874d7b4e7abbed3311f77dea06a7" alt="" width="2546" height="1604" data-path="media/dev/guides/pricing-page/pp-braintree.png" />
