What Can You Tokenize?
You can tokenize any string up to 16,384 characters, including:- Card PANs - Store card numbers securely and reference them in payment requests
- CVVs - Tokenize CVV codes separately for enhanced security
- Personal identifiers - Social security numbers, national IDs, passport numbers
- Addresses - Billing or shipping addresses containing PII
- JSON objects - Store structured data as a JSON string
- Any sensitive string - Anything you want to keep out of your systems
Why Use String Tokens?
- Reduce PCI scope - Keep card data out of your systems by storing it in Orchestra’s PCI-compliant vault
- Simplify compliance - Avoid storing sensitive PII directly in your databases
- Flexible storage - Tokens persist until you delete them, with no expiration
- Easy integration - Use tokens in payment requests by prefixing with
@(e.g.,@your-token-id)
Endpoints
Store String
Tokenize any string and receive a token reference.
Retrieve Content
Get the original string from a token.
Retrieve Metadata
Get token metadata (creation time, etc.) without exposing the content.
Delete Token
Permanently remove a token and its stored data.
Deleting a token is permanent and cannot be undone. Ensure no active integrations reference the token before deleting.