Tokeni
APIP C I Compat

/v2/Pci/Tokenize

TokenEx-compatible tokenization. Accepts PAN in "Data" field, optionally caches CVV.

POST
/v2/Pci/Tokenize

TokenEx-compatible tokenization. Accepts PAN in "Data" field, optionally caches CVV.

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/Tokenize" \  -H "Content-Type: application/json" \  -d '{    "Data": "stringstrings"  }'
Empty