Pay Bill

This api works for only Insurance Premium Payment

SNoHTTP Response CodeResponse CodeDescription
12001You Bill Payment for Aircel of Amount 50 is successful
22000Pending, Please Re query
32002failed/refunded
42005Operator is Down. Please Try Again Later
520012Db Error
620014Db Error
1020016Insufficient fund in your account. Please topup your wallet before initiating transaction
1120011Your commission is not set please contact administrator before initiating any transaction
1220017Maximum limit for the operator is 100000
1320017Minimum limit for the operator 0
142008Operator cannot be blank
1540115The Bill Fetch field is required.\n
1620018Duplicate Transaction
1720017Bill Payment permission is not active
1840118Validations Error
1941219Invalid signature encoding
2040120Jwt Token Error
2140121Authentication 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"
  }
}
Language
Click Try It! to start a request and see the response here!