More than a token vault. Tokeni tokenizes, encrypts, and isolates your payment card data in a PCI DSS Level 1 certified environment. Your systems never touch raw card numbers.
Security and compliance are built into our infrastructure
An isolated payment vault that slides into any payment stack without disrupting your business. Tokenize card data to make it secure and usable while staying compliant.
Tokenize, detokenize, and validate. The vault handles encryption, storage, and PCI scope so your backend stays out of the cardholder data environment.
POST card data to the vault. Receive a non-reversible token. The PAN is encrypted with AES-256-GCM and stored inside the CDE. Your servers never persist raw card numbers.
Store the token in your database. Pass it to payment processors, reconciliation systems, or customer profiles. The token is safe to log, index, and transmit.
When you need the original PAN for a processor or a refund, call detokenize with HMAC-SHA512 signature verification. Access is audited and rate-limited.
RESTful API with HMAC-SHA512 signature verification. Tokenize a card in one POST. Get back a token you can store anywhere.
Drop-in iframe captures card data directly from the browser. Your servers never see the PAN. Reduces PCI scope to SAQ A.
Direct API integration for processors and payment orchestrators that already handle card data in their own CDE.
Event notifications for token lifecycle changes, expiration warnings, and detokenization access alerts.
# Tokenize a card curl https://api.tokeni.io/api/v1/tokenize \ -H "Authorization: Basic $API_KEY" \ -H "Content-Type: application/json" \ -H "Date: $(date -u +%a,\ %d\ %b\ %Y\ %T\ GMT)" \ -d '{ "pan": "4111111111111111", "expiryMonth": "12", "expiryYear": "2028" }' # Response { "tokenId": "tok_a1b2c3d4e5f6", "maskedPan": "411111******1111", "expiryMonth": "12", "expiryYear": "2028" }
The cardholder data environment runs in a dedicated AWS account with its own VPC, encryption keys, and network controls. No shared infrastructure with your application workloads.
Talk to our team about integrating Tokeni into your payment infrastructure.