{
"response_code": 1,
"status": true,
"data": [
{
"id": "110",
"name": "Aditya Birla Finance ltd. (ABFL)",
"category": "EMI",
"viewbill": "1",// You need to fetch the bill
"regex": "^[a-zA-Z]{3}-[a-zA-Z][0-9]{5}-[0-9]{9}",
"displayname": "Loan Account Number",
"ad1_d_name": "Mobile Number (+91)",// You need to pass the value in fetchbill api and paybill api
"ad1_name": "mobileNumber",
"ad1_regex": "^[6789][0-9]{9}$",
"ad2_d_name": null,
"ad2_name": null,
"ad2_regex": null,
"ad3_d_name": null,
"ad3_name": null,
"ad3_regex": null
},
{
"id": "534",
"name": "Airtel",
"category": "Prepaid",
"viewbill": "0",// You do not need to fetch the bill
"regex": "^[0-9a-zA-Z@_:.-]{1,20}$",
"displayname": "User Id",
"ad1_d_name": null,
"ad1_name": null,
"ad1_regex": null,
"ad2_d_name": null,
"ad2_name": null,
"ad2_regex": null,
"ad3_d_name": null,
"ad3_name": null,
"ad3_regex": null
},
{
"id": "380",
"name": "Aditya Birla Health Insurance Co Limited",
"category": "Insurance",
"viewbill": "1",
"regex": null,
"displayname": "POLICY NO",
"ad1_d_name": "Date Of Birth",
"ad1_name": "dateofBirth",// You need to pass the value in fetchbill api and paybill api
"ad1_regex": "dd-mm-yyyy",
"ad2_d_name": "Mobile Number",
"ad2_name": "mobileNumber",
"ad2_regex": "^[0-9]{10,10}$",// You need to pass the value in fetchbill api and paybill api
"ad3_d_name": null,
"ad3_name": null,
"ad3_regex": null
},
{
"id": "188",
"name": "Aditya Birla Housing Finance Limited",
"category": "EMI",
"viewbill": "1",
"regex": "^[Ll][Nn][a-zA-Z]{3}[a-zA-Z0-9_]{3}[-][0-9]{11}$",
"displayname": "Loan Account Number",
"ad1_d_name": "Mobile Number (+91)",
"ad1_name": "mobileNumber",// You need to pass the value in fetchbill api and paybill api
"ad1_regex": "^[6789][0-9]{9}$",// You need to pass the value in fetchbill api and paybill api
"ad2_d_name": null,
"ad2_name": null,
"ad2_regex": null,
"ad3_d_name": null,
"ad3_name": null,
"ad3_regex": null
},
{
"id": "160",
"name": "Aegon Life Insurance",
"category": "Insurance",
"viewbill": "1",
"regex": "^[0-9 A-Z,a-z]{12,15}$",
"displayname": "POLICY NO",
"ad1_d_name": "Date Of Birth (yyyy-MM-dd)",
"ad1_name": "dateofBirth",
"ad1_regex": null,
"ad2_d_name": null,
"ad2_name": null,
"ad2_regex": null,
"ad3_d_name": null,
"ad3_name": null,
"ad3_regex": null
},
{
"id": "353",
"name": "Agora Microfinance India Ltd - AMIL",
"category": "EMI",
"viewbill": "1",
"regex": "^[a-zA-Z0-9_]*$",
"displayname": "Loan Account Number",
"ad1_d_name": null,
"ad1_name": null,
"ad1_regex": null,
"ad2_d_name": null,
"ad2_name": null,
"ad2_regex": null,
"ad3_d_name": null,
"ad3_name": null,
"ad3_regex": null
}
],
"message": "Operator List Fetched"
}