Cancels a customer's active Stripe subscription at the end of the current billing period, with options to invoice immediately for metered usage and prorate charges for unused time.
proratebooleanIf true, generates a proration invoice item for unused time remaining in the current billing cycle.
invoice_nowbooleanIf true, generates a final invoice for any un-invoiced metered usage.
subscription_idRequiredstringIdentifier of the subscription to cancel.
cancellation_detailsobjectSpecifies reasons for cancellation. Common keys: 'comment' (free-form text) and 'feedback' (e.g., 'customer_service', 'low_usage', 'switched_service'). Example: {'comment': 'Switching services.', 'feedback': 'switched_service'}
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.