/v1/billing/due_charge/pay/all

Pay all due charges

Using the below method all the due charges for the user's account can be paid.

curl --request POST \
  --url https://api.servetel.in/v1/billing/due_charge/pay/all \
  --header 'accept: application/json' \
  --header 'authorization: Bearer yourtokenhere'

Response variables

Variable NameDescriptionData Type
successRequest success statusBoolean
messageMessage corresponding success statusString
Language
Click Try It! to start a request and see the response here!