Bill Payment
POST
/api/v0/paymentRequest
Body Params application/json
paymentIds
array[string]
required
paymentType
enum<string>
required
Allowed values:
UTILITYINVOICE
Default:
UTILITY
paymentRemarks
string
optional
Example
{
"paymentIds": [
"string"
],
"paymentType": "UTILITY",
"paymentRemarks": "string"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
response_code
integer
required
response_message
string
required
payload
string
optional
Example
{
"response_code": 1,
"response_message": "Failure",
"payload": "Url"
}
Last modified: 20 days ago