---
title: "Get Fees Inside a Fee Schedule"
method: GET
path: "/v4/fee_schedules/{id}/fees"
tags: ["Gateway Features", "Fee Schedule"]
---

# Get Fees Inside a Fee Schedule

`GET /v4/fee_schedules/{id}/fees`

> ❗️ Never Use Real API Keys
>
> Never use real API Keys when testing. The gateway allows Partners to create Test Merchant Accounts. Testing should always use keys from the Test Accounts and never keys from a Standard Account.
<details>
<summary>Usage</summary>
Use this request to get a full list of all fees currently set on an existing fee schedule. 
</details>

## Path parameters

- `id` number, required

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Response `200`

Success

- object[]
  - `objectType` 'fee' — The type of object that was returned as a result of the request.
  - `feeType` string — The type for this fee.
  - `name` string — The name for this fee.
  - `sort` string — The sort order assigned to this fee.
  - `description` string — The description for this fee.
  - `processor` object — The processor or service billing this fee.
    - `objectType` 'service' — Type of the returned response object
    - `id` string — The ID for the processor or service.
    - `name` string — The name of the processor or service.
    - `type` 'card' | 'check' | 'feature' — The payment type associated with the processor or indicating the service as an extra feature.
    - `source` 'internal' | 'external' — Indicates whether or not the processor or service is run by a third-party.
  - `billMe` unknown
  - `value` object — The amount details of this fee.
    - `objectType` 'amount' — Type of the returned response object
    - `amount` string — The amount being billed for this fee.
    - `currency` string — The currency being billed for this fee.
  - `applyTo` string[] — The merchant account types this fee applies to.

---

[API](https://skmtc.net/nmi/apis/embedded-components-api.md) · [All operations](https://skmtc.net/nmi/apis/embedded-components-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmi/embedded-components-api/revisions/45c2ecda3685/schema)
