Cancels a subscription in Stripe.
Options
- Cancel at Period End (T/F): If true, the subscription will remain active until the end of the period, at which point it will be canceled and not renewed. By default, the subscription is terminated immediately.
Inputs
- CustomerId (text): The ID of the customer whose subscription will end. The customer ID is in the URL of the customer (https://dashboard.stripe.com/customers/**cus_B1E0R7NEOqCj7x**) and also the ‘details’ section of the customer on Stripe. Customer ID is also provided when a new customer is created using ‘Create Customer’.
- SubscriptionId (text): The ID of the subscription to be ended. The subscription ID can be found in the URL (https://dashboard.stripe.com/subscriptions/**sub_B1EsfBE33CUZZU**) and also in the ‘details’ section of the subscription on Stripe.
Outputs
- There are no output fields for this card.