---
title: "Update customer credit card fees exemption"
method: PUT
path: "/v3/customers/{id}/cc-fees-exemption"
tags: ["Customers"]
---

# Update customer credit card fees exemption

`PUT /v3/customers/{id}/cc-fees-exemption`

## Path parameters

- `id` string, required

## Request body

- UpdateCustomerCCFeesExemptionV3Dto
  - `ccFeesExempt` boolean, required — CC Fees Exemption updated

## Response `200`

Updated customer CC fees exemption

- IntegratorsApiResponse
  - `payload` object, required — Response payload, will be empty when success is false
  - `success` boolean, required — Boolean with true=success, false=failure
  - `message` string, required — Plain-text description of the result
  - `error` IntegratorsApiError, required
    - `code` number, required — API response code
    - `message` string, required — API response message
    - `details` object — Additional details about the error

## Other responses

- `404` — Customer not found
- `500` — Internal server error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
