---
title: "Create card restriction"
method: POST
path: "/cards/{card_id}/restrictions"
tags: ["Card restrictions"]
---

# Create card restriction

`POST /cards/{card_id}/restrictions`

Create card restriction for 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)
