---
title: "List Physical Card Fees"
method: GET
path: "/open-api/v3/physical-cards/fees"
tags: ["Physical Card"]
---

# List Physical Card Fees

`GET /open-api/v3/physical-cards/fees`

## Query parameters

- `accountId` string, uuid, required — The UUID of the Account.
- `binId` string, required — The Id of the bin.
- `zone` string — country (ISO 3166-1 alpha-2), province or region
- `toMailCardCount` string, required — Number of physical cards to be mailed (1-100).
- `limit` string, number — Limits the number of items to be returned.
- `page` string, number — The page to be returned, counting from 1 as the first page.

## Response `200`

OK

- FeeListRespDTO
  - `code` string — Error code
  - `message` string — Error message
  - `data` Fee[], required
    - `amount` string, required — Magnitude of the amount.
    - `currency` string, required — Currency code for the amount.
    - `feeType` '0' | '1', required — fee type: 0-Card Production Fee，1-Card Mailing Fee

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/interlace/apis/core-resource.md) · [All operations](https://skmtc.net/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
