---
title: "PUT /user/{userID}/monetary-account-card/{itemId}"
method: PUT
path: "/user/{userID}/monetary-account-card/{itemId}"
tags: ["monetary-account-card"]
---

# PUT /user/{userID}/monetary-account-card/{itemId}

`PUT /user/{userID}/monetary-account-card/{itemId}`

Update a specific existing MonetaryAccountCard.

## Path parameters

- `userID` integer, required
- `itemId` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Request body

- MonetaryAccountCard
  - `id` integer — The id of the MonetaryAccountCard.
  - `created` string — The timestamp of the MonetaryAccountCard's creation.
  - `updated` string — The timestamp of the MonetaryAccountCard's last update.
  - `currency` string — The currency of the MonetaryAccountCard as an ISO 4217 formatted currency code.
  - `description` string — The description of the MonetaryAccountCard. Defaults to 'prepaid credit card'.
  - `daily_limit` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `overdraft_limit` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `balance` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `balance_real` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `alias` Pointer[] — The Aliases for the MonetaryAccountCard.
    - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
    - `value` string — The alias value.
    - `name` string — The alias name.
    - `service` string — The pointer service. Only required for external counterparties.
  - `public_uuid` string — The MonetaryAccountCard's public UUID.
  - `status` string — The status of the MonetaryAccountCard.
  - `sub_status` string — The sub-status of the MonetaryAccountCard providing extra information regarding the status.
  - `user_id` integer — The id of the User who owns the MonetaryAccountCard.

## Response `200`

- MonetaryAccountCardUpdate
  - `Id` BunqId
    - `id` integer — An integer ID of an object. Unique per object type.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

[API](https://skmtc.net/bunq/apis/bunq-api.md) · [All operations](https://skmtc.net/bunq/apis/bunq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunq/bunq-api/revisions/369477c7bd26/schema)
