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
Parameter | Type | Description |
---|---|---|
billId | string | The unique ID of the bill. |
Response
Body
application/json{
"code": 0,
"message": "string"
}
Property | Type | Description |
---|---|---|
code | number | The response code. Refer to ENUM Definition. |
message | string | The response message. |