---
title: "Update Partner Card"
method: PATCH
path: "/partner_cards/{identifier}"
tags: ["Cards"]
---

# Update Partner Card

`PATCH /partner_cards/{identifier}`

Update the amount limit of an active partner card. This allows you to increase or decrease the spending limit on the card. Only active cards can be updated.

## Path parameters

- `identifier` string, required

## Headers

- `Content-Type` string
- `Authorization` string

## Request body

- object
  - `amount` number, required — New amount limit for the card

## Response `200`

Card updated successfully

- object
  - `success` boolean — Indicates if the update was successful

## Other responses

- `400` — Bad Request - Card cannot be updated
- `403` — Unauthorised
- `404` — Card not found
- `422` — Validation Error
- `500` — Unexpected error

---

[API](https://skmtc.net/mamopay/apis/cards.md) · [All operations](https://skmtc.net/mamopay/apis/cards/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mamopay/cards/versions/9bdabbad57b0/schema)
