Get Wallet Provider Recommendation Codes
Returns the list of wallet provider recommendation codes.
URL test:
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. |