Channel Lite Summary
The channelLiteSummary
API is used to fetch the channels that the merchant is associated with.
Request¶
Endpoint¶
/ui/v1/channelLiteSummary
Method¶
POST
Header¶
Content-Type: application/json
Request Body¶
{
"merchantId": [
"21"
]
}
Response¶
{
"records": [
{
"id": 219,
"channelName": "Bahamas - Plug'NPay",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"industryType": {
"name": "ECOMMERCE"
},
"merchantId": 21
},
{
"id": 171,
"channelName": "Vela-Columbus-FiservRetail",
"channelStatus": {
"name": "ACTIVE"
},
"channelType": {
"name": "EXTERNAL"
},
"industryType": {
"name": "RETAIL"
},
"merchantId": 21
}
],
"recordCount": null,
"message": null
}
Updated As Of Version 6.1.1