Skip to content

Get Token PAN Source Codes

Returns the list of token PAN source codes.

URL test:

    https://test.lightcms.io/cms/v1/enumeration/tokenpansourcecodes

Method:

GET

Path items:

/enumeration/tokenpansourcecodes

Parameters:

None

Example:

    curl -X GET "https://test.lightcms.io/cms/v1/enumeration/tokenpansourcecodes" \
         -H 'accept: */*'

Responses:

200 - OK

Status Code: 200 OK

[
  {
    "code": "01",
    "description": "Key-entered"
  }
]

Parameter Location Type Description
code string Token PAN source code (e.g., "01").
description string Human‑readable explanation of the source.
500 - Internal error

Status Code: 500 Internal error

{
  "timestamp": "2025-07-22T13:09:02.348+02:00",
  "status": 500,
  "error": "Internal Server Error",
  "path": "/cms/v1/enumeration/tokenpansourcecodes"
}