v9

latestOpenAPI 3.0.1raw.githubusercontent.com2025-06-3012412.6 KB
Auth

Generate and return a new token for the given gateway account ID.

post/v1/frontend/auth

Request body

account_idstring required

Gateway account to associate the new token to

created_bystring required
descriptionstring required

Description of the new token

service_external_idstring required
service_mode'LIVE' | 'TEST' required
token_account_type'LIVE' | 'TEST'
token_type'CARD' | 'DIRECT_DEBIT'
type'API' | 'PRODUCTS'

Example request

{
  "account_id": "1",
  "created_by": "test@example.org",
  "description": "Token description",
  "service_external_id": "cd1b871207a94a7fa157dee678146acd",
  "service_mode": "LIVE",
  "token_account_type": "LIVE",
  "token_type": "CARD",
  "type": "API"
}

Response

OK

string required