Table of contents

Make Bill Payment

Process the bill payment by specifying the amount to be paid. The amount will be debited from the Bulkpe Virtual Account and instantly credited to the biller.

API URL: https://api.bulkpe.in/client/bbps/BillPayTxn

Method: POST

Auth: Please refer to the Authorization page.

Note: Get the fetchId value from Fetch Bill API.

{ "fetchId": "REF000563", //get value from Fetch Bill API "amount": "1", //amount to be paid "reference": "hello004" //unique reference value }
{ "status": true, "statusCode": 200, "data": { "billerId": "ICIC00000NATSI", "category": "Credit Card", "billerName": "ICICI Credit card", "reference": "hello004", "transactionId": "BBPS00020", "fetchId": "REF000563", "transactionType": "VA", "npciRef": "NS014333028472874824", "amount": 1, "charge": 2, "gst": 0.36, "totalCharge": 2.36, "status": "SUCCESS" }, "message": "Bill paid successfully" }