---
title: "Associate CVV"
method: POST
path: "/tokenize/associate-cvv"
tags: ["cardTokenization"]
---

# Associate CVV

`POST /tokenize/associate-cvv`

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

- ServerToServerAssociatedCvvRequest
  - `token` string, required — The token to associate the CVV with. 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 wish 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/7eea51c8775d/schema)
