Channel Status API
This API returns the availability of all channels enabled for a particular merchantID.
Request
URL: https://pay.fiuu.com/RMS/API/chkstat/channel_status.php
Method: POST

Response (JSON format)

Formula of skey
HMAC_SHA256( {datetime}{merchantID}, {verify_key} )
Example (in JSON format)
The following example might not be accurate and please only take it as a format reference.
{
"status": true,
"result": {
{
"title": "Affin Online",
"status": 1,
"currency": {
"MYR",
"USD",
},
"channel_map": {
"hosted": {
"request": "affin-epg",
"response": "affin-epg"
},
"seamless": {
"request": "affinonline",
"response": "affin-epg"
},
"old_direct": {
"request": "affin-epg",
"response": "affin-epg"
},
"direct": {
"request": "AFFIN-EPG",
"response": "AFFIN-EPG"
}
},
"logo_url_16x16": "https://d2x73ruoixi2ei.cloudfront.net/images/logos/channels/24/affin.gif",
"logo_url_24x24": "https://d2x73ruoixi2ei.cloudfront.net/images/logos/channels/24/affin.gif",
"logo_url_32x32": "https://d2x73ruoixi2ei.cloudfront.net/images/logos/channels/32/affin.gif",
"logo_url_120x43": "https://d2x73ruoixi2ei.cloudfront.net/images/logos/channels/120/affin.gif",
"channel_type": "IB"
}
}
}
Updated 7 days ago