> ## Documentation Index
> Fetch the complete documentation index at: https://funnelfox.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage subscriptions

> Handle subscription changes and customer requests from the main FunnelFox dashboard

Subscriptions sync automatically from your <Tooltip tip="Payment Service Provider">PSPs</Tooltip>, including FunnelFox Billing, when customers make purchases in FunnelFox funnels. You can manage subscriptions directly in the main FunnelFox dashboard, and changes sync back to your PSPs automatically.

You can:

* [Pause subscriptions](/dashboard/manage-subscriptions-funnelfox#pause-subscriptions)
* [Cancel subscriptions](/dashboard/manage-subscriptions-funnelfox#cancel-subscriptions)

<Frame>
  <img src="https://mintcdn.com/funnelfox/2JDrdgb5-INd99Lu/assets/manage-subscriptions.png?fit=max&auto=format&n=2JDrdgb5-INd99Lu&q=85&s=178b55df85ac5e45920922ed398a453a" width="1920" height="879" data-path="assets/manage-subscriptions.png" />
</Frame>

## Pause subscriptions

<Tip>Subscriptions purchased in FunnelFox funnels can also be paused through [cancellation funnels](/dashboard/funnels#cancellation-funnels).</Tip>

Temporarily stop billing while preserving the subscription:

<Steps>
  <Step title="Open subscription details">
    Click on the subscription from the list to open its details.
  </Step>

  <Step title="Click Pause button">
    Click **Pause** on the right. The subscription is paused immediately.
  </Step>

  <Step title="Resume when ready">
    Paused subscriptions can be resumed at any time by clicking **Resume**. Customers are not charged for the paused period.
  </Step>
</Steps>

## Cancel subscriptions

<Tip>Subscriptions purchased in FunnelFox funnels can also be cancelled through [cancel API](/api-reference/cancel-subscription) and [cancellation funnels](/dashboard/funnels#cancellation-funnels).</Tip>

Permanently end a subscription:

<Steps>
  <Step title="Open subscription details">
    Click on the subscription from the list to open its details.
  </Step>

  <Step title="Click Cancel button">
    Click **Cancel** on the right.

    Cancellation behavior depends on the PSP processing the subscription.
  </Step>
</Steps>

<Tabs>
  <Tab title="Stripe">
    Cancellation takes effect immediately for Stripe subscriptions.
  </Tab>

  <Tab title="Paddle">
    Paddle subscriptions are cancelled at the end of the current billing period.
  </Tab>

  <Tab title="FunnelFox Billing">
    FunnelFox Billing subscriptions are cancelled at the end of the current billing period.
  </Tab>

  <Tab title="Solidgate">
    <Callout icon="rocket" color="#e18535">Cancellation flow for Solidgate subscriptions is coming soon!</Callout>
  </Tab>

  <Tab title="PayPal">
    Cancellation takes effect immediately for PayPal subscriptions.
  </Tab>
</Tabs>
