---
title: "Get convenience fee settings"
method: GET
path: "/account/convenience-fees/settings"
tags: ["Convenience Fees"]
---

# Get convenience fee settings

`GET /account/convenience-fees/settings`

Returns all convenience fee settings configured for the authenticated account. Each setting defines the transaction fee and processing fee applied for a specific payment rail. Requires the ViewConvenienceFees permission.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `FeeSettings` object[] — Array of convenience fee settings for the account
    - `SettingID` integer — Unique identifier for the fee setting
    - `TransactionTypeID` integer — ID of the transaction type this setting applies to
    - `TransactionType` string — Name of the payment rail this setting applies to
    - `TransactionFee` string — Flat fee charged per transaction
    - `ProcessingFee` string — Percentage-based processing fee applied to the transaction amount

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
