Heading Parameter

NameTypeDescription
Content-TypeStringApplication/Json
AcceptStringApplication/Json
X-Qro-ApiKeyStringProvided By Qrologic
X-Qro-UserIdStringProvided By Qrologic

Request Parameters

NameTypeMandatoryDescription
accountStringYesBill Number
spkeyStringYesProvided in operator api
cust_mblStringYesCustomer mobile number
ad1StringYesAdditional field if provided in operator api
ad2StringYesAdditional field if provided in operator api
ad3StringYesAdditional field if provided in operator api

Sample Request

{"account":"2301xxxxx","spkey":"xxx","cust_mbl":"xxxxxxxxxx","ad1":"","ad2":"","ad3":""}

Sample Response

{
    "data": {
        "billFetchId": "xxxxxxxxx123",
        "billedamount": "645.0",
        "dueDate": "2023-11-13",
        "billdate": "13 Nov 20234",
        "partPayment": false,
        "payamount": "645.0",
        "acceptPayment": true,
        "customerName": "Customer Name"
    },
    "status": "SUCCESS"
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!