Cancel
Action cancel represents operations related to subscriptions. This payment action has its own three statuses.
| Mode | Possible statuses | Description |
|---|---|---|
cancel | canceled | subscription has expired. |
cancel | delayed | subscription will expire on a set date. |
cancel | recovered | subscription has expired and has been recovered. |
"payment": {
"code": 0,
"description": "0000 Approved",
"action": "cancel",
"mode": "cancel",
"status": "canceled",
"reason": "Canceled by Chronos system, 5051",
"amount": "0.000",
"currency": "USD",
"orderId": "2390343640",
"transactionId": "402031670",
}