post https://xyz.xyz.in/service-api/api/v1/service/bill-payment/bill/paylicbill
This api works for only Insurance Premium Payment
SNo | HTTP Response Code | Response Code | Description |
---|---|---|---|
1 | 200 | 1 | You Bill Payment for Aircel of Amount 50 is successful |
2 | 200 | 0 | Pending, Please Re query |
3 | 200 | 2 | failed/refunded |
4 | 200 | 5 | Operator is Down. Please Try Again Later |
5 | 200 | 12 | Db Error |
6 | 200 | 14 | Db Error |
10 | 200 | 16 | Insufficient fund in your account. Please topup your wallet before initiating transaction |
11 | 200 | 11 | Your commission is not set please contact administrator before initiating any transaction |
12 | 200 | 17 | Maximum limit for the operator is 100000 |
13 | 200 | 17 | Minimum limit for the operator 0 |
14 | 200 | 8 | Operator cannot be blank |
15 | 401 | 15 | The Bill Fetch field is required.\n |
16 | 200 | 18 | Duplicate Transaction |
17 | 200 | 17 | Bill Payment permission is not active |
18 | 401 | 18 | Validations Error |
19 | 412 | 19 | Invalid signature encoding |
20 | 401 | 20 | Jwt Token Error |
21 | 401 | 21 | Authentication failed |
Request Parameter In Offline mode -
{
"canumber": 554984552,
"mode": "offline",
"amount": 100,
"ad1": "[email protected]",
"ad2": "DD/MM/YYYY",
"referenceid": 2021052415,
"latitude": 27.2232,
"longitude": 78.26535,
"bill_fetch": {
"billNumber": "LICI2122000037468013",
"billAmount": "1548.00",
"billnetamount": "1548.00",
"billdate": "25-05-2021 00:44:29",
"acceptPayment": true,
"acceptPartPay": false,
"cellNumber": "905514651",
"dueFrom": "11/05/2021",
"dueTo": "11/05/2021"
}
}
Request Parameter In Online mode -
{
"canumber": 554984552,
"mode": "online",
"amount": 100,
"ad1": "[email protected]",
"ad2": "DD/MM/YYYY",
"referenceid": 2021052415,
"latitude": 27.2232,
"longitude": 78.26535,
"bill_fetch": {
"billNumber": "LICI2122000037468013",
"billAmount": "1548.00",
"billnetamount": "1548.00",
"billdate": "25-05-2021 00:44:29",
"acceptPayment": true,
"acceptPartPay": false,
"cellNumber": "905514651",
"dueFrom": "11/05/2021",
"dueTo": "11/05/2021"
}
}