---
title: "Create or update card limits"
method: PATCH
path: "/v4/spend/profiles/{profileId}/cards/{cardToken}/spend-limits"
tags: ["spend-limits"]
---

# Create or update card limits

`PATCH /v4/spend/profiles/{profileId}/cards/{cardToken}/spend-limits`

Create or update card transaction, daily, monthly or lifetime spend limits.

## Path parameters

- `profileId` integer, required
- `cardToken` string, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Request body

- object
  - `transaction` object
    - `value` object — The amount allowed per transaction.
      - `amount` number
      - `currency` string
  - `daily` object
    - `value` object — The amount allowed to be spent daily.
      - `amount` number
      - `currency` string
  - `monthly` object
    - `value` object — The amount allowed to be spent monthly.
      - `amount` number
      - `currency` string
  - `lifetime` object
    - `value` object — The amount allowed to be spent over the lifetime of the card.
      - `amount` number
      - `currency` string

## Response `200`

Updated card spend limits. See [Retrieve card limits](/api-reference/spend-limits/spendlimitscardget).

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.dev/wise/apis/platform-api.md) · [All operations](https://skmtc.dev/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
