Skip to content

Get Wallet Provider Recommendation Codes

Returns the list of wallet provider recommendation codes.

URL test:

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

Method:

GET

Path items:

/enumeration/walletproviderrecommendation

Parameters:

None

Example:

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

Responses:

200 - OK

Status Code: 200 OK

[
  {
    "code": "0",
    "description": "Unconditionally approved"
  },
  {
    "code": "1",
    "description": "Conditionally approved with further consumer verification"
  },
  {
    "code": "2",
    "description": "Not Approved"
  }
]

Parameter Location Type Description
code string Numeric or alphanumeric code representing the recommendation.
description string Human‑readable explanation of what the code means.
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/walletproviderrecommendation"
}