---
title: "Post fees to given card"
method: POST
path: "/v3/card/{cardId}/fee"
tags: ["Create fees"]
---

# Post fees to given card

`POST /v3/card/{cardId}/fee`

This operation will create a fee (transaction) given cardId

## Path parameters

- `cardId` string, biginteger, required

## Query parameters

- `auditUser` string, required

## Request body

- CreateFeeResourceBody
  - `type` string, required — Fee type
  - `amount` number, required — Fee amount
  - `currency` string, required — A valid ISO 4217 currency code

## Response `201`

Successful creation of the product

- ResourceResponse
  - `description` string — Short description of the result of the action
  - `id` string — Will contain the ID of the resource that has been created or updated

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Account does not exist
- `500` — Internal server error

---

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