APIP C I Compat
/v2/Pci/ValidateToken
TokenEx-compatible token validation. Returns whether the token exists and is active.
TokenEx-compatible token validation. Returns whether the token exists and is active.
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/ValidateToken" \ -H "Content-Type: application/json" \ -d '{ "Token": "string" }'Empty
/v2/Pci/GetBINAndLastFour POST
TokenEx-compatible BIN/last four lookup. Returns first six digits, last four, and card type.
/v2/TransparentGatewayAPI/Detokenize POST
Transparent detokenization proxy (TokenEx-compatible). Replaces token placeholders in the body with real card data, then forwards to the destination URL.