Fetch Bill
Fetch Bill
Postman Collection
URL
POST : /v1/service/bbps/fetch/billHeaders
Content-Type (String) required
application/json
application/json
Authorization (String) required
Basic Auth
Basic Auth
Accept (String) required
application/json
application/json
Body Params
customerMobileNo (String) Required
Merchant Mobile No (Max Length: 10)
Merchant Mobile No (Max Length: 10)
billerId (String) Required
Merchant biller Id (Max Length: 50)
Merchant biller Id (Max Length: 50)
customerParamsRequest (object) Required
Customer Request Parameter (Max Length: 50)
Customer Request Parameter (Max Length: 50)
Request
Example Request
curl --location '/v1/service/bbps/fetch/bill' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data '{
"customerMobileNo" : "63937XXXXX",
"billerId": "NBPDCLXXXXXI01",
"customerParamsRequest": {
"name": "Ca Number",
"value": "115208XXXXX0"
}
}'
Response Samples
- SUCCESS
- FAILED
{
"code": "0x0200",
"message": "Record fetched successfully.",
"status": "SUCCESS",
"data": {
"genericResponse": {
"message": "Bill Fetch Initiated",
"remarks": "",
"status": "success",
"statusCode": "200"
},
"billId": "2031266e-XXXX-4789-XXXX-233f82267d7f",
"billerResponse": null,
"additionalInfo": null,
"customerParams": null,
"billerResponseList": null
}
}
{
"code": "0x0202",
"status": "FAILURE",
"message": "No record found"
}
Response Code
Status Code | Status | Message |
---|---|---|
0x0200 | SUCCESS | TRANSACTION SUCCESSFULL |
0x0201 | UNAUTHORIZED | UNAUTHORIZED USER |
0x0202 | FAILURE | FAILURE USER |
0x0203 | MISSING_PARAMETER | MISSING PARAMETER |
0x0204 | CONNECTION_TIMEOUT | CONNECTION TIMEOUT |
0x0205 | SOMETHING_WENT_WRONG | SOMETHING WENT WRONG |
0x0206 | PENDING | TRANSACTION PENDING |
0x0207 | REVERSED | TRANSACTION REVERSED |
0x0209 | REDIRECT | REDIRECT URL |