v9

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

Look up the account ID for a token.

get/v1/api/auth

Response

OK

account_idstring
service_external_idstring
service_mode'LIVE' | 'TEST'
token_linkstring
token_type'CARD' | 'DIRECT_DEBIT'

Example response

{
  "account_id": "1234",
  "service_external_id": "cd1b871207a94a7fa157dee678146acd",
  "service_mode": "LIVE",
  "token_link": "550e8400-e29b-41d4-a716-446655440000",
  "token_type": "CARD"
}