# Surcharge

Surcharges are processing fees that merchants can pass on to their customers to recoup the cost of acceptance from their acquirer/processor. It’s important to highlight that whilst this option follows the financial rules and regulations in some countries, it cannot be applied globally, as some countries and territories do not allow such practices.

## Availability <a href="#availability" id="availability"></a>

The option to add surcharges to transactions is enabled by default for merchants in Australia.

## Pre-requisites <a href="#pre__002drequisites" id="pre__002drequisites"></a>

{% hint style="info" %}
Only users with a Merchant Admin and Merchant Supervisor role in Verifone Central can set up the surcharge.
{% endhint %}

| Merchant Role       | Edit | View |
| ------------------- | ---- | ---- |
| Merchant Admin      | Yes  | Yes  |
| Merchant Supervisor | Yes  | Yes  |
| Merchant Reviewer   | No   | Yes  |
| Merchant User       | No   | Yes  |
| Merchant Cashier    | No   | Yes  |

## Set up a surcharge <a href="#set-up-a-surcharge" id="set-up-a-surcharge"></a>

1. Log in to your Verifone Central account.
2. Navigate to **Administration** > **Payment (Provider) Contracts**.
3. Select your Payment Provider Contract from the PPC list for which you want to configure the surcharge.<br>

   <div data-with-frame="true"><figure><img src="https://verifone.cloud/sites/default/files/inline-images/1_121.png" alt=""><figcaption></figcaption></figure></div>
4. Scroll down to the *Surcharge Configuration* area.
5. You can either use the **Global Surcharge Percentage** field to enter a percentage amount that applies to all the cards available in your PPC or you can fill in all the fields in the *Surcharge Configuration* window and then click **Apply**.

   * **Minimum amount to trigger surcharge** – enter the minimum amount that will trigger the surcharge.
   * **Maximum amount to stop surcharge** – enter the maximum amount that will stop the surcharge.
   * **Credit and debit cards** – enter a percentage amount that will apply for each card (Visa, Mastercard, etc.)

   <div data-with-frame="true"><img src="https://verifone.cloud/sites/default/files/inline-images/surcharge%20configuration.png" alt="" width="563"></div>

{% hint style="info" %}
For transactions with GooglePay, the lowest added surcharge percentage among DEBIT and CREDIT card types for the same scheme will be applied. **For example**, if Mastercard Debit percentage is 3.0% and Mastercard Credit is 3.5%, GooglePay will pick 3.0% even if the card holder uses a Mastercard Credit card in their wallet.
{% endhint %}

## Integrations supporting surcharge <a href="#integrations-supporting-surcharge" id="integrations-supporting-surcharge"></a>

* API
* Checkout
* Virtual Terminal
* Pay-by-Link

For Virtual terminal, Pay-By-Link, and Checkout API integrations, after configuring the Payment Provider Contract, the surcharge will be automatically applied when the shopper enters their card details at the checkout, as shown in this image.

<div data-with-frame="true"><img src="https://verifone.cloud/sites/default/files/inline-images/surcharge%203.png" alt=""></div>

## Payment actions <a href="#payment-actions" id="payment-actions"></a>

### Full refund <a href="#full-refund" id="full-refund"></a>

For any full refund transactions, the surcharge amount that was charged for the original transaction is refunded as well.

### Partial refund <a href="#partial-refund" id="partial-refund"></a>

For any partial refund, the surcharge amount is refunded from the gross amount.

### Pre-authorization <a href="#pre__002dauthorization" id="pre__002dauthorization"></a>

If a surcharge fee is applied for any pre-authorized transactions and a refund is issued for these transactions, the surcharge is also refunded.

## Reporting <a href="#reporting" id="reporting"></a>

Surcharges amounts are shown in the following reports:

* [Transaction ](/verifone-central-getting-started/verifone-central/commerce/reporting/orders-transactions-reports.md)views in Verifone Central

## Surcharge impact on end-customers <a href="#surcharge-impact-on-end__002dcustomers" id="surcharge-impact-on-end__002dcustomers"></a>

Customers can see the surcharge fees in checkout during the ordering process and also on receipts and invoices after the purchase.&#x20;

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.verifone.com/verifone-central-getting-started/verifone-central/administration-tools/payment-provider-contracts/surcharge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
