---
title: "Update"
method: POST
path: "/Token/Update/{uid}"
tags: ["Tokens"]
---

# Update

`POST /Token/Update/{uid}`

Update token

## Path parameters

- `uid` string, required

## Headers

- `api-key` string, required
- `secret-key` string, required

## Request body

- object
  - `terminal_uid` string, required — Terminal unique identifier
  - `credit_card_number` string — Full credit card number, excluding spaces or dashes. Leave empty incase you only need to update other fields.
  - `card_date_mmyy` string, required — MM/YY (MM = month, YY = year) format for the card expiration date.
  - `name` string — Card nick name or holder name. Can be used to identify the card in a more convenient way.
  - `identification_number` string — Card holder identification number

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/payplus/apis/payplus-api-documentation-production.md) · [All operations](https://skmtc.dev/payplus/apis/payplus-api-documentation-production/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payplus/payplus-api-documentation-production/revisions/2a893057392b/schema)
