QM Developer Docs
Billing Reference

Cancel Bill

You can cancel a bill, at any time. Only works if the bill is Pending Payment status.

Cancel a bill.

POST /v1/bill/cancel?billId={billId} HTTP/1.1
Content-Type: application/json
Key: {API Key}
Sign: {Signature}

Request

Query Parameters

ParameterTypeDescription
billIdstringThe unique ID of the bill.

Response

Body

application/json
{
  "code": 0,
  "message": "string"
}
PropertyTypeDescription
codenumberThe response code. Refer to ENUM Definition.
messagestringThe response message.

© 2023-2024 Quantum Metal Sdn Bhd