Utility Payment Approval API
PUT
/api/v0/utilityPayment/statusRequest
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
response_code
integer
required
response_message
string
required
payload
null
optional
Example
{
"response_code": 0,
"response_message": "Success",
"payload": null
}
Last modified: a month ago