Skip to main content
GET
/
v1
/
service
/
bbps
/
bill
/
status
/
EN6E896B289FC9359DEBD83D51512186184
Check Status
curl --request GET \
  --url http://base_url/v1/service/bbps/bill/status/EN6E896B289FC9359DEBD83D51512186184 \
  --header 'Authorization: Basic <encoded-value>'
{
  "code": "0x0200",
  "status": "SUCCESS",
  "message": "Bill Pay Succesfully",
  "data": {
    "txnStatus": "success",
    "billMessage": "Bill Pay Succesfully",
    "operatorId": "EN6E896B289FC9359DEBD83D51512186184",
    "bConnectId": "CC015185CBAA00746895",
    "orderRefId": "BBFA72C",
    "clientRefId": "13169"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

OK

code
string
required
status
string
required
message
string
required
data
Data23 · object
required