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

# Surcharge

> Add a flat or percentage fee on top of the transaction total when the customer pays by card.

**Surcharge** adds a flat or percentage fee on top of the transaction total when the customer pays by card. Unlike Dual Pricing, the fee structure is set by the ISO only — merchants cannot adjust it themselves.

<Warning>
  Surcharging is only permitted in certain jurisdictions. Confirm compliance with local regulations before enabling Surcharge for a merchant.
</Warning>

<Warning>
  **Surcharge** and **Dual Pricing** cannot both be enabled on the same merchant. Enabling one disables the other. If the merchant is currently using Dual Pricing, disable it before enabling Surcharge.
</Warning>

## How to get here

**Entities** → find the Entity → **Manage** → **Settings** → **Surcharge** tab.

## Configure Surcharge

<Steps>
  <Step title="Open the Surcharge tab">
    From the **Settings** page, click the **Surcharge** tab.
  </Step>

  <Step title="Enable Surcharge">
    Toggle **Surcharge** on.
  </Step>

  <Step title="Select locations">
    Select the locations where Surcharge will apply. Surcharge can be enabled on specific locations only.
  </Step>

  <Step title="Select the fee type">
    Choose **Percentage** to apply the surcharge as a percentage of the transaction total, or **Amount** to apply a fixed dollar amount.
  </Step>

  <Step title="Enter the fee value">
    Enter the **Fee Value** — the percentage or flat amount to add to card transactions.
  </Step>
</Steps>
