SubscriptionCancelRequest
Optional request body for canceling a subscription. If not provided, the subscription is canceled immediately.
- cancelType: string | nullFormat: date-time
_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. - cancelType: boolean
_at _period _end If
true, the subscription remains active until the end of the current billing period, then cancels automatically. - cancellationType: object · CancellationDetails
_details Details about why this subscription was cancelled.
- commentType: string | nullmax length:5000
Free-form text comment explaining the cancellation reason.
- feedbackType: string | nullenum
Predefined cancellation reason category provided by the customer.
values- customer
_service - low
_quality - missing
_features - other
- switched
_service - too
_complex - too
_expensive - unused

