Fetch Bill Details

This API Call is used for verifying a transaction before payment.

● This is an optional call for verifying transactions before payment, thus helpful for integrations accepting payment via payment gateway.

● First, check the response, if error=TXN ​then accept the payment else cancel the transaction.

● Post accepting the payment, hit the next call (transaction) to complete the transaction.

BBPS Bill Fetch

POST https://traveloapi.com/yourapi/bbps/bill_fetch

Path Parameters

{
  "errorcode": "ERR",
  "errordesc": "Invalid Refill Amount",
  "details": {
    "dueamount": 804,
    "duedate": "2018-04-16",
    "customername": "RAJUBHAI HITESHBHAI TOLIYA",
    "billnumber": "103258510",
    "billdate": "2018-04-16",
    "billperiod": "NA",
    "reference_id":363636
  }
}


Last updated