Bill Payment
DevelopingPOST
/api/v0/utilityPayment/payRequest
Body Params application/json
billerId
string
required
billAmount
number
required
fundSourceId
string
optional
billParams
object
optional
Additional properties
string
optional
remarks
string
optional
Example
{
"billerId": "string",
"billAmount": 0,
"fundSourceId": "string",
"billParams": {
"property1": "string",
"property2": "string"
},
"remarks": "string"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a month ago