---
title: "List fee accounts for a specific provider"
method: GET
path: "/api/v1/admin/fee-accounts/{provider}"
tags: ["Admin"]
---

# List fee accounts for a specific provider

`GET /api/v1/admin/fee-accounts/{provider}`

List fee accounts for a specific provider

## Path parameters

- `provider` string, required — Cross-border provider name

## Response `200`

Success

- FeeAccountListResponse — Response containing list of fee accounts
  - `success` boolean, required — Indicates if the request was successful
  - `data` object[], required — List of fee accounts
    - `id` string, uuid, required — Unique identifier of the fee account
    - `currency` string, required — Currency code
    - `provider` string, required — Cross-border provider
    - `provider_account_id` string, required — Provider account identifier
    - `iban` string — International Bank Account Number
    - `swift` string — SWIFT/BIC code
    - `account_number` string — Account number
    - `routing_number` string — Routing number (for US accounts)
    - `created_at` string, date-time, required — Creation timestamp
    - `updated_at` string, date-time, required — Last update timestamp

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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