subscriptions_mark
Mark a recurring bill as canceling, canceled, or active. Specify effective cancellation date and optionally flag the bill as variable for amount-flexible matching.
Instructions
Mark a tracked recurring bill as canceling, canceled, or active again.
The cancellation watch: after you cancel (or try to cancel) a subscription,
record it here so the audit stops reporting its expected charges as missing
and instead warns you if it charges again. lifecycle is canceling (a
cancellation was attempted but not confirmed), canceled (confirmed), or
active (reactivate a bill you'd marked). cancel_effective is the
YYYY-MM-DD date the cancellation takes effect and is required for canceling
and canceled — any matching charge on or after it is surfaced as the bill
"coming back". Omit it when reactivating. variable optionally flags the
bill as one whose amount changes every cycle (a usage-based or escrow bill):
true matches it by merchant and date regardless of amount and reports the
actual charged amount, false restores exact-amount matching, null
leaves the setting unchanged. The bill is found by name
(case-insensitive); the name must match exactly one bill.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| variable | No | ||
| lifecycle | Yes | ||
| cancel_effective | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||