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"
}

Changes

Changed in 1 of the 9 revisions of this API.2

    • ○

      added the optional property to the response with the status

      response-optional-property-added

    • ○

      added the optional property to the response with the status

      response-optional-property-added