v1

latestOpenAPI 3.1.02026-07-24890206.3 KB

Bill Payment Transaction

post/utility/billpayment/initiatepayment

Headers

client-idstring required

Unique Client ID

client-secretstring required

Unique secret key

Content-Typestring required

Request body

amountstring required
client_referenceIdstring required
billermodestring required

Mention Bill Mode as "billpayment"

operatorCodestring required

Operator Code will Get in Bill Information API

biller_numberstring required

It Should be Biller Number, Electricity Number, Fastag Number, etc.

enquiry_ReferenceIdstring required

Pass then "enquiry_ReferenceId" which you will get from Bill Fetch API Response

optional1string

Optional (1) Should be Operator requirement, as pass multiple parameters.

optional2string

Optional (2) Should be Operator requirement, as pass multiple parameters.

optional3string

Optional (3) Should be Operator requirement, as pass multiple parameters.

optional4string

Optional (4) Should be Operator requirement, as pass multiple parameters.

Response

200

statusstring
statusCodestring
messagestring

Example response

{
  "status": "SUCCESS",
  "statusCode": "200",
  "message": "Recharge Done Successfully",
  "data": {
    "transactionId": "ARNPY17098371018422",
    "opr_referenceId": "Tx122480834",
    "client_referenceId": "APAY46646276462",
    "acknowledged": "1"
  }
}