GetElectricityFormParamData

Request Parameters

S.NNameTypeDescriptionMandatory (M) , Optional (O)Provided by Pinwallet (Y/N)
1.biller_idStringOperator Biller IDMN
{
    "responseCode": 200,
    "success": true,
    "message": "OK",
    "data": {
        "statuscode": "200",
        "status": "SUCCESS",
        "data": [
            {
                "fieldKey": "para1",
                "paramName": "Account ID (RAPDRP) OR Consumer Number / Connection ID (Non-RAPDRP)",
                "datatype": "ALPHANUMERIC",
                "minlength": "10",
                "maxlength": "10",
                "optional": "0"
            }
        ]
    }
}
{
    "responseCode": 400,
    "success": false,
    "message": "Biller ID is not found in the system.",
    "data": null
}
Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!