---
title: "Update token"
method: PATCH
path: "/recurring/{your_customer_reference}/update/{your_token}"
tags: ["Recurring payments"]
---

# Update token

`PATCH /recurring/{your_customer_reference}/update/{your_token}`

Update the card expiry date in a customer's token.

## Path parameters

- `your_customer_reference` string, required
- `your_token` string, required

## Request body

- object
  - `expiry_date` string, YYMM, required — The card expiry date in YYMM format.

## Response `200`

Request successful

- object
  - `success` Success — unresolved $ref
  - `data` object — Information about the update.
    - `updated` boolean — Whether the card expiry date was successfully updated.

## Other responses

- `404` — Error
- `410` — Token not updated

---

[API](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api.md) · [All operations](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multisafepay/multisafepay-banking-order-api/revisions/ce9612e4a307/schema)
