post
http://nowpay.in/api/index.php?route=/api/bill/licfetch
This API used to fetch LIC India customers only.
Request Parameters:
| Parameter | Data | Data Type | Description |
|---|---|---|---|
| username | M | Numeric | Unique id of API partner provided by Nowpay |
| key | M | String | seckey of API Partner provided by Nowpay |
| operatorid | M | Numeric | Operator Id of Service Provider |
| number | M | Numeric | Customer Id of bill fetch |
| mobile | M | Numeric | Mobile Number of Bill Payee |
| ad1 | M | String | Email Id of Pyee |
| yourreqid | M | String | Unique Id of Transaction |
Response Parameters:
| Parameter | Value | Description |
|---|---|---|
| success | 1 = Success 0 = Failed | Status of transaction |
| message | String | Description of transaction |
| number | Numeric | Customer id where bill fetch done |
| amount | Numeric | Amount fetched for provided customer id |
| dueamount | String | Duedate of provided customer id |
| duedate | String | Amount fetched for provided customer id |
| customername | String | Customer Name fetched for provided customer id |
| mobile | Numeric | Mobile Number of Bill Payee |
| ourrequestid | String | Unique id of Transaction from API partner provider |
| fetchid | String | Fetch id which will be input to the Bill Pay |
| yourrequestid | String | Unique id of Transaction from API partner consume |
