💳
Stripe Checkout Connect - Bubble Plugin by Thimo
  • Get started
    • Introduction
    • Plugin setup
  • Connecting Stripe Accounts
    • Onboarding a user (connecting Stripe account)
    • Retrieve account information
    • How to retrieve Pending and Available balances
  • Single marketplace payments
    • Creating single marketplace payments
    • How to retrieve Checkout Session details?
    • Refund a payment (Single Payment)
    • How to retrieve payment details?
  • Marketplace subscriptions
    • Creating subscription marketplace payments
    • Refund a payment (Subscription Payment)
    • How to list invoices for a subscription?
    • How to cancel a subscription?
    • How to retrieve subscription details?
    • How to handle failed subscription payments?
  • For Express accounts
    • How to change a Payout Schedule for an account? (for Express accounts)
    • How to redirect user to the Express Dashboard? (for Express accounts)
    • How to perform a manual payout? (For Express accounts)
Powered by GitBook
On this page
  1. Marketplace subscriptions

How to cancel a subscription?

This section goes over the 'Stripe - GET Subscription details' workflow action to cancel a subscription.

PreviousHow to list invoices for a subscription?NextHow to retrieve subscription details?

Last updated 3 years ago

Instruction

We will be using the 'Stripe - Cancel a Subscription' workflow action to cancel a subscription. For this action we need the Subscription ID and the Account ID of the connected account associated with the subscription. When this action is run the subscription is cancelled. You can check this by retrieving the subscription details (explained on the next page).