Select Biller
Fetch the list of billers available within a specific category (e.g., Credit Card billers include ICICI, HDFC, etc.)
API URL: https://api.bulkpe.in/client/bbps/selectBiller
Method: POST
Auth: Please refer to the Authorization page.
Get possible biller
category values from List Category API.
{
"biller":"DTH" //get value from List Categories API
}
{
"status": true,
"statusCode": 200,
"data": [
{
"category": "DTH",
"billerId": "Sun Direct TV",
"billerName": "SUND00000NAT02",
"customerparams": [
{
"paramName": "Subscriber Number",
"dataType": "ALPHANUMERIC",
"optional": false,
"values": null
},
{
"paramName": "Amount",
"dataType": "NUMERIC",
"optional": false,
"values": null
}
]
},
{
"category": "DTH",
"billerId": "Dish TV",
"billerName": "DISH00000NAT01",
"customerparams": [
{
"paramName": "Registered Mobile Number / Viewing Card Number",
"dataType": "NUMERIC",
"optional": false,
"values": null
}
]
},
{
"category": "DTH",
"billerId": "DTH",
"billerName": "VIDEOCON0NAT01",
"customerparams": [
{
"paramName": "Customer ID / Registered Telephone No",
"dataType": "NUMERIC",
"optional": false,
"values": null
}
]
},
{
"category": "DTH",
"billerId": "Airtel DTH",
"billerName": "AIRT00000NAT87",
"customerparams": [
{
"paramName": "Customer Id",
"dataType": "NUMERIC",
"optional": false,
"values": null
}
]
},
{
"category": "DTH",
"billerId": "Sun Direct TV (Flexi Plans)",
"billerName": "SUND00000NATGK",
"customerparams": [
{
"paramName": "Subscriber Number",
"dataType": "ALPHANUMERIC",
"optional": false,
"values": null
},
{
"paramName": "Id",
"dataType": "ALPHANUMERIC",
"optional": false,
"values": null
}
]
},
{
"category": "DTH",
"billerId": "TATA Play",
"billerName": "TATASKY00NAT01",
"customerparams": [
{
"paramName": "Subscriber Number",
"dataType": "NUMERIC",
"optional": true,
"values": null
},
{
"paramName": "Mobile Number",
"dataType": "NUMERIC",
"optional": true,
"values": null
}
]
}
],
"message": "fetched",
"count": 6
}