/v1/billing/due_charge/pay/{id}

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 NameDescriptionData Type
id*Unique ID of due chargeString

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!