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 NameDescriptionData Type
idUnique ID of due chargeString

Response

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