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

# Get convenience fee rules

`GET /account/convenience-fees/rules`

Returns all jurisdiction rules configured for the authenticated account. Each rule defines a jurisdiction (province/state) where convenience fees will not be collected. 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
  - `Rules` object[] — Array of jurisdiction rules where convenience fees are not collected
    - `RuleID` integer — Unique identifier for the rule
    - `Jurisdiction` string — Province or state abbreviation
    - `Country` string — Country abbreviation

---

[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)
