SubscriptionCancelRequest
Optional request body for canceling a subscription. If not provided, the subscription is canceled immediately.
- Type: string | nullFormat: date-time
cancel _at Schedule cancellation for a specific date (ISO 8601). The subscription remains active until this date. Cannot be used with
cancel_at_period_end=true. - Type: boolean
cancel _at _period _end If
true, the subscription remains active until the end of the current billing period, then cancels automatically. - Type: object · CancellationDetails
cancellation _details Details about why this subscription was cancelled.
- Type: string | null
comment max length:5000Free-form text comment explaining the cancellation reason.
- Type: string | nullenum
feedback Predefined cancellation reason category provided by the customer.
valuescustomer _service low _quality missing _features other switched _service too _complex too _expensive unused

