---
title: "Update card restriction"
method: PATCH
path: "/cards/{card_id}/restrictions/{restriction_id}"
tags: ["Card restrictions"]
---

# Update card restriction

`PATCH /cards/{card_id}/restrictions/{restriction_id}`

Updates restriction on a card.

## Request body

- CardRestrictionWrite
  - `restriction_type` 'amount', required — The type of restriction
  - `max_amount` string, required — purchase amount limit `(decimal format, allows for two decimal places. Maximum amount is 100,000)`

## Response `200`

OK

- CardRestriction — Example response
  - `uuid` string, uuid, required
  - `card_id` string, uuid, required
  - `restriction_type` 'amount', required
  - `max_amount` string, required
  - `date_created` string, required
  - `date_updated` string, required

---

[API](https://skmtc.net/bond/apis/customer.md) · [All operations](https://skmtc.net/bond/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bond/customer/revisions/62f5ac53144d/schema)
