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