post https://pay.fiuu.com/RMS/API/chkstat/channel_status.php
This API returns the availability of all channels enabled for a particular merchantID
Method : POST
Variable / Parameter | Type Format / Max Length | Description / Example |
---|---|---|
merchantID | Alphanumeric, 32 chars | Merchant ID in PG system. |
datetime | YYYYMMDDHHmmss | Request date & time, e.g. 20161202153423 |
skey | Alphanumeric | For merchant access verification purpose |
Response (JSON Format)
Variable / Parameter | Type Format / Max Length | Description / Example |
---|---|---|
status | Boolean | true/false |
result | Object | [...] |
title | Alphanumeric | Display name of the payment method |
status | Boolean | True = Bank/Channel is online or available False = Bank/Channel is temporary offline/down for maintenance |
currency | Object | List of currency accepted by the payment method |
channel_map | Object | [...] |
integration_type | Object | Hosted, seamless, seamlesspayment, direct |
request | Alphanumeric | Channel name submitted during request |
response | Alphanumeric | Channel name submitted during response |
logo_url_16x16 | Alphanumeric | Link to channel logo in size 16x16 |
logo_url_24x24 | Alphanumeric | Link to channel logo in size 24x24 |
logo_url_32x32 | Alphanumeric | Link to channel logo in size 32x32 |
logo_url_120x43 | Alphanumeric | Link to channel logo in size 120x43 |
channel_type | Text | IB - internet banking, CC - credit card, EW - ewallet, OTC - over the counter |
googlepay_enabled | Boolean | 1 = Google Pay is enabled for this channel 0 = Google Pay is NOT enabled for this channel |
applepay_enabled | Boolean | 1= Apple Pay is enabled for this channel 0 = Apple Pay is NOT enabled for this channel |
installment_info | Alphanumeric | Display list of installment plan available |
Formula of skey
skey = HMAC_SHA256( {datetime}{merchantID}, {verify_key} )