---
title: "Add"
method: POST
path: "/Token/Add"
tags: ["Tokens"]
---

# Add

`POST /Token/Add`

This endpoint allows you to create a token for a credit card.

## Headers

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

## Request body

- object
  - `terminal_uid` string, required — Terminal unique identifier
  - `customer_uid` string, required — Customer unique identifier, required because a token is associated with a customer.
  - `card_date_mmyy` string, required — MM/YY (MM = month, YY = year) format for the card expiration date.
  - `credit_card_number` string, required — Full credit card number, excluding spaces or dashes.
  - `identification_number` string — Card holder identification number
  - `previous_uid` string — If you provide another UID and it does not exist in the PayPlus system, we will save this parameter. If it already exists, a new one will be created.

## Response `200`

200

- object
  - `terminal_uid` string — Unique identifier for the terminal
  - `customer_uid` string
  - `credit_card_number` string
  - `card_date_mmyy` string
  - `identification_number` string
  - `name` string — Card nick name or holder name. Can be used to identify the card in a more convenient way.
  - `previous_uid` string

## 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)
