PaymentsTokenization
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.
Authorization
SecretKeyAuth Authorization<token>
Tu SECRET key con prefijo Token , p. ej. Token <SECRET_KEY> — distinta de la API key
In: header
Response Body
application/json
curl -X POST "https://example.com/secure-token/"{
"access": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzI3NzI3MTM3LCJpYXQiOjE3Mjc3MjM1MzcsImp0aSI6IjFjZTBkZmExODgwNzQzNGI4MDk2MzdlNTliNmM1NWMzIiwidXNlcl9pZCI6NDYxfQ.DFGNJr7JT6z3cp976PDBT57uX7LaYJLYBsdK8kaSAOI"
}Was this page helpful?
Process Transaction
Process both payments and withdrawals through a single API call. This unified endpoint handles all transaction types based on the `operation_type` field.
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.
