PaymentsTokenization
Get Tokenization Access Token
Obtain the access token required for card tokenization requests. Use it immediately — it's short-lived. Due to PCI DSS requirements, your company must share attestation documents before Tonder activates production access.
Authorization
Authorization Authorization<token>
Tu API key con prefijo Token , p. ej. Token <API_KEY>
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/tokenization/auth/"{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}{
"error": {
"code": "string",
"message": "string",
"type": "request_error",
"details": {}
},
"request_id": "string"
}Was this page helpful?
Generate Secure Token
Generates a secure token (`secureToken`) for authenticating secure card-saving transactions. The token is valid for 1 hour — use it within that window to avoid authentication errors.
Tokenize Card Data
Securely tokenize card data using Tonder's vault service. It converts sensitive card information into individual field tokens you can safely store and use for payments.
