Tokeni
APIP C I Compat

/v2/Pci/AssociateCvv

TokenEx-compatible CVV association. Caches CVV against an existing token (5 min TTL).

POST
/v2/Pci/AssociateCvv

TokenEx-compatible CVV association. Caches CVV against an existing token (5 min TTL).

Authorization

tokenExHeaders
tx-apikey<token>

TokenEx compatibility — tx-tokenex-id and tx-apikey headers

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/v2/Pci/AssociateCvv" \  -H "Content-Type: application/json" \  -d '{    "Token": "string",    "CVV": "string"  }'
Empty