---
title: "Issue card token"
method: POST
path: "/api/card-token"
tags: ["Deposit"]
---

# Issue card token

`POST /api/card-token`

The endpoint issues a [card token](/glossary#card-token) for the specified card number.

**Request Headers:**
- `Authorization`: JWT token from the [Issue JWT token](/private/http-main-v4/issue-jwt-token) response field `data.token` (**Required**)
- `Content-Type`: `application/json` (**Required**)

Use the `data.token` value returned by [Issue JWT token](/private/http-main-v4/issue-jwt-token) as the `Authorization` header when calling this Fiat Gateway endpoint.

<Warning>
Rate limit: 1000 requests/10 sec.
</Warning>

<Note>
The API does not cache the response.
</Note>

## Request body

- object
  - `cardNumber` string, required — Target card number

## Response `201`

Validation succeeded and card token is returned

## Other responses

- `401` — Request authorization failed
- `422` — Inner validation failed Response error codes: - 1 - specified card number is invalid

---

[API](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4.md) · [All operations](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whitebit/whitebit-private-http-api-v4/revisions/76c9def9942f/schema)
