---
title: "Tokenize Card and CVV"
method: POST
path: "/tokenize"
tags: ["cardTokenization"]
---

# Tokenize Card and CVV

`POST /tokenize`

Tokenize Card PAN & Optionally CVV in a server to server integration.

In order to gain access to this endpoint your company must have PCI-DSS
certification, and provide that to your Coinflow Integrations Representative.

## Headers

- `Authorization` string, required
- `tx-token-scheme` 'sixANTOKENfour'
- `tx-tokenex-id` string
- `tx-apikey` string

## Request body

- ServerToServerTokenizationRequest
  - `data` string — The data to be tokenized. This is the PAN of the card. Example: 4111111111111111 Note: This is only for documentation purposes, this endpoint returns an HTTP redirect where the card data should be sent.
  - `cvv` string — The value of the CVV you want to associate with the token. Note: This is only for documentation purposes, this endpoint returns an HTTP redirect where the card data should be sent.

## Response `200`

Ok

- ServerToServerTokenizationResponse
  - `token` string, required
  - `firstSix` string, required
  - `lastFour` string, required
  - `referenceNumber` string, required
  - `success` boolean, required
  - `error` string, required
  - `message` string, required

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/versions/3f6a046fbb34/schema)
