post https://api.acefone.co.uk/v1/billing/due_charge/pay/
Using the below method, a particular ID due charge can be paid.
curl --request POST \
--url https://api.acefone.co.uk/v1/billing/due_charge/pay/id \
--header 'accept: application/json' \
--header 'authorization: Authorization'
Path Parameter
Variable Name | Description | Data Type |
---|---|---|
id | Unique ID of due charge | String |
Response
Variable Name | Description | Data Type |
---|---|---|
success | Request success status | Boolean |
message | Message corresponding success status | String |