# How do I add a surcharge to credit card payments?

Due to a court approved settlement with MasterCard and Visa in 2013, U.S. merchants may now issue a surcharge for credit card payments to offset processing fees provided they follow the conditions set out in the settlement and the laws of their state. American Express and Discover now also have provisions for surcharging.

California, Colorado, Connecticut, Florida, Kansas, Maine, Massachusetts, New York, Oklahoma and Texas currently have restrictions in place regarding credit card surcharges. Please seek legal advice before enabling surcharging.

The conditions for surcharging are:

* You may surcharge at the brand level (Visa, MasterCard etc.) or product level (Visa Signature Preferred, World Elite MasterCard etc.). We enable surcharging at the brand level, at the same rate, on all brands that support surcharging.
* You must disclose the surcharge to customers at the point of sale and on the receipt. We handle that.
* You must notify [Discover](https://www.discoversurcharge.com/), [MasterCard](https://www.mastercard.us/en-us/surcharge-disclosure-webform.html#contentpar_text), [Visa](https://usa.visa.com/support/small-business/regulations-fees.html#2), and your acquirer (via [Stripe](https://support.stripe.com/email)) 30 days prior to the date you intend to start surcharging.
* You may not surcharge more than your credit card [cost of acceptance](https://help.receivabl.es/receiving-payments/how-do-i-calculate-my-credit-card-cost-of-acceptance) or 4% of the payment total, whichever is lower.

By enabling surcharging you are aware that:

* You cannot fully recover the processing fee because adding a surcharge will actually increase the total fee paid.
* The credit cards accepted may be limited to the ones that allow surcharging.
* Debit and pre-paid cards cannot be surcharged.

To enable automatic credit card surcharging visit the [My Account](https://www.receivabl.es/account) page, check the 'Add a surcharge to the payment' checkbox, and enter your [cost of acceptance](https://help.receivabl.es/receiving-payments/how-do-i-calculate-my-credit-card-cost-of-acceptance).

A more widely accepted and flexible option is to [include the credit card fee in your invoices](https://help.receivabl.es/receiving-payments/how-do-i-include-the-credit-card-fee-in-my-invoices).

More information:

<http://www.ncsl.org/research/financial-services-and-commerce/credit-or-debit-card-surcharges-statutes.aspx>

<https://usa.visa.com/dam/VCOM/download/merchants/surcharge-considerations-and-requirements.pdf>

<https://usa.visa.com/dam/VCOM/download/merchants/surcharging-faq-by-merchants.pdf>

<https://www.mastercard.us/en-us/merchants/get-support/merchant-surcharge-rules.html>


---

# 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://help.receivabl.es/receiving-payments/how-do-i-add-a-surcharge-to-credit-card-payments.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.
