get https://app.pinwallet.in//api/bbps/getelectricityformparams/
Request Parameters
S.N | Name | Type | Description | Mandatory (M) , Optional (O) | Provided by Pinwallet (Y/N) |
---|---|---|---|---|---|
1. | biller_id | String | Operator Biller ID | M | N |
{
"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
}