# Convenience Fees

Learn about the requirements and what you can do with Convenience Fee.

A convenience fee is a Buyer Charge that can only get passed to buyers when the seller is providing a method of payment (usually internet or over the phone) different from its standard payment channel (historically mail or in-person).

## Requirements

Sellers and your integration must meet these requirements to charge Convenience Fees:

- The fee is charged only when the seller provides buyers with a method of payment different from its standard payment channel.
- The fee can only be charged when processing Online Payments.
- The seller must support In-Person Payments.
- The buyer must be aware of the fee and its purpose before making a payment.
- After the fee gets disclosed, the buyer must have the option to cancel the transaction without any consequences.
- The Convenience Fee amount must be the same fixed amount across all card transactions.
- The fee must be in the total transaction `amount` . A separate transaction can't be created.
- Convenience Fees can't be alongside any other buyer charges.
- Convenience Fees can't be charged on a recurring or installment basis.


We recommend setting the convenience fee to about 3% of the seller's average transaction.

## Convenience fees with Virtual Terminal

You can charge convenience fees using the Virtual Terminal. To do so, navigate to the Virtual Terminal on the Dashboard.

### Step 1: Add Buyer Fees

Convenience Fees Buyer Fees - Virtual Terminal 1
### Step 2: Enter convenience fee amount

Convenience Fees Buyer Fees - Virtual Terminal 2
### Step 3: Confirm convenience fee amount

Convenience Fees Buyer Fees - Virtual Terminal 3
After you confirm the subtotal and convenience fee amount, you can then process the payment.

## Convenience fees with Payment Links

When you create a Payment Link, you have the option to add a convenience fee.

### Step 1: Add Buyer Fees

Convenience Fees Buyer Fees - Payment Links 1
### Step 2: Enter convenience fees

Convenience Fees Buyer Fees - Payment Links 2
### Step 3. Buyer sees convenience fee amount

Convenience Fees Buyer Fees - Payment Links 3
## Convenience fees using Finix API - online Payments

Include the convenience fee in `convenience_amount` when creating a `Transfer` or an `Authorization`.

See the following for an example where a vehicle is getting paid for online instead of in-person or via check.

- The transaction is for a $5200 car payment with a fixed Convenience Fee of $150.
- The fee is included in `tags` for tracking purposes.


Example
API Definition