---
title: "Fetch Sub-Account Fees"
method: GET
path: "/merchants/subaccount/fee/{id}"
---

# Fetch Sub-Account Fees

`GET /merchants/subaccount/fee/{id}`

The following endpoint retrieves fees of a single subaccount

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `data` object
    - `subaccounts` object[]
      - `id` string
      - `name` string
      - `is_enabled` boolean
      - `subaccount_ref_id` string
    - `total_count` integer

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/durianpay/apis/durianpay-api.md) · [All operations](https://skmtc.net/durianpay/apis/durianpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/durianpay/durianpay-api/versions/ffc0e7e8a227/schema)
