Blocks within subscriptions

List of all the block within the subscriptions group. If you're running an older core version, there may be groups listed here that are not available to you (yet).

resume subscription stripeconnection v15.0.0 Renews a subscription that was going to stop: clears cancels at period end, and lifts a pause if one is set. A subscription that has already ended cannot be resumed by anything — the block says so rather than failing obscurely, and a new subscription has to be created. create subscription stripeconnection v15.0.0 Starts recurring billing for a customer who already has a payment method on file. To collect the card and subscribe in one step, use create checkout in subscription mode instead. cancel subscription stripeconnection v15.0.0 Cancels a subscription. By default at the end of the paid-for period: the customer keeps their access until it runs out, the subscription stays active with cancels at period end set, and resume subscription undoes it. Tick immediately to stop access now — that is irreversible, and unless prorate is set the customer is not credited for the unused time. update subscription stripeconnection v15.0.0 Upgrades, downgrades or re-quantities a subscription. proration behaviour decides what happens to the part of the term already paid for: create_prorations credits the unused time and bills the new plan pro rata on the next invoice, always_invoice bills it straight away, none leaves the customer on the old amount until the term ends. Changing the plan needs the subscription item's id, which this block looks up for you when you give a price id. get subscription stripeconnection v15.0.0 Reads a subscription — whether it is active, when the paid-for period ends, and whether it is set to run out. Also where the latest invoice id a credit note needs comes from.
Back to stripe Return to the main group to view all sub-groups