/v2/TransparentGatewayAPI/Detokenize
Transparent detokenization proxy (TokenEx-compatible). Replaces token placeholders in the body with real card data, then forwards to the destination URL.
Transparent detokenization proxy (TokenEx-compatible). Replaces token placeholders in the body with real card data, then forwards to the destination URL.
Authorization
tokenExHeaders TokenEx compatibility — tx-tokenex-id and tx-apikey headers
In: header
Response Body
curl -X POST "https://example.com/v2/TransparentGatewayAPI/Detokenize"/v2/Pci/ValidateToken POST
TokenEx-compatible token validation. Returns whether the token exists and is active.
/api/v1/tokenize POST
Tokenize a credit or debit card and receive an opaque token for future transactions. Card data is forwarded to the CDE vault-core via gRPC, encrypted with AES-256-GCM using a merchant-scoped DEK, and **never stored in the gateway**. The returned `tokenId` can be used in place of raw card data for all subsequent API calls (transactions, validation, detokenization). **Authentication:** `Authorization: Basic base64(apiKey:apiSecret)` **Idempotency:** Pass `X-Idempotency-Key` header to safely retry requests.