v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-011518127.5 KB
Direct Integration

Get Tokenization Access Token

Obtain an access token required for card tokenization requests. This token should be used immediately. Due to PCI DSS requirements, your company must share relevant attestation documents before Tonder activates production endpoint access.

get/tokenization/auth/

Response

Access token retrieved successfully

access_tokenstring

JWT access token for tokenization service

Example response

{
  "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}