Get Operator List API

Gives you list operators with their operator id and name

👍

High commission channel (offline)

Get biller list API has a new parameter in response (high_commission_channel) which is set to 1 for all billers available on parallel high commission channel and 0(online) for default channel . Only billers with parameter high_commission_channel = 1 will allow above bill pay / fetch bill trxn on high commission channel using hc_channel = 1. High commission biller might take upto 6 hours to process transaction at biller end. For instant recharge and bill payment, you may use default channel without hc_channel flag while calling billfetch and paybill API.

📘

Response data

The result list can be filtered by passing location id, category id, or both in the query parameter of URL. For fetching all operators in all category and all location, simply do not pass any query parameter.

📘

billFetchResponse in Response

bill fetch response flag parameter for that biller; if the value is ‘1’ then bill fetch API has to be called for that biller then the response of bill fetch API has to be passed on to bill pay API to do the transaction

🚧

Operators that are disabled due to any reason (i.e. high transaction failure) will be removed from data list in response in real-time. Please refer fresh operator list, to avoid failed transactions on the disabled operators.

Language