> For the complete documentation index, see [llms.txt](https://support.xplorpay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.xplorpay.com/getting-started/convenience-fees.md).

# Convenience fees

Understand when you can charge a convenience fee and what customers must see.

A convenience fee is charged for paying through an alternative channel. Card associations created convenience fee programs to support e-commerce card payments.

### Know when convenience fees are not allowed

Do not charge a convenience fee in these circumstances:

* The fee applies only because the customer uses a card.
* A customer-present payment method is not also available.
* You also charge a surcharge.
* The transaction is recurring or an installment.
* You collect the fee separately from the transaction amount.

### Benefits

* Share processing fees with customers where permitted by law.
* Improve cash flow and reduce expenses.
* Offer customers an additional payment channel.

### Disclose the fee to customers

Clearly disclose the convenience fee before the customer completes the transaction. Explain that the fee applies because the customer uses an alternative payment channel.

Give the customer an option to cancel the transaction before completion.

### Train your employees

Train employees before you offer convenience fees. Early training helps employees explain the fee confidently.

Use these training practices:

* Use role-playing and active discussions.
* Let employees ask questions and share feedback.
* Recognize employees who explain the program correctly.

{% hint style="warning" %}
This information is for informational purposes only. It is not legal advice. Contact an attorney for advice about a specific legal matter.
{% endhint %}

<a href="https://vimeo.com/957254085?share=copy" class="button primary">Learn more about convenience fees</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.xplorpay.com/getting-started/convenience-fees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
