Securely tokenize card data using Tonder’s vault service. This endpoint converts sensitive card information into individual field tokens that can be safely stored and used for payments.
Authentication: Requires access token from /tokenization/auth/ endpoint.
X-Skyflow-Authorization header for this request| Field | Format | Description |
|---|---|---|
card_number | 13-19 digits | The complete card number without spaces or dashes |
cardholder_name | String (max 255 chars) | Name as it appears on the card |
cvv | 3-4 digits | Card security code |
expiration_month | MM format | Two-digit month (01-12) |
expiration_year | YYYY format | Four-digit year |
Access token from /tokenization/auth/ endpoint
The full card number (13-19 digits)
"4242424242424242"
The name as it appears on the card
255"John Doe"
Card security code (3-4 digits)
"123"
Card expiration month (MM format)
"07"
Card expiration year (YYYY format)
"2025"
Card data tokenized successfully
Token representing the card number
"9230-0892-4469-1474"
Token representing the cardholder name
"c05d89b2-299c-4f93-b49a-42be00d3b64b"
Token representing the CVV
"d31f0da3-0ed3-4ad8-8b68-14c2669a99a7"
Token representing the expiration month
"e401a32e-4174-424f-9688-727005f6a80e"
Token representing the expiration year
"bd9ccc23-3d00-4109-9626-fc6581389063"