# Manage subscription

In order for your sabaccounts to be able to manage their subscription after it has been activated, you need to make settings in your Stripe account.

{% embed url="<https://stripe.com/docs/customer-management>" %}

To set it up, go to <https://dashboard.stripe.com/settings/billing/portal>

<div align="left"><figure><img src="/files/Y9HpiDxPdjgSSBvGMsii" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/Uv03YJmqtJxNq2BEgTHk" alt="" width="375"><figcaption></figcaption></figure></div>

Be sure to activate the link and make the other settings

<figure><img src="/files/fRfMh4q46Ceskd0ByKJC" alt=""><figcaption></figcaption></figure>

Enable the ability to switch plans for sub accounts in the subscriptions section

<figure><img src="/files/yoPFJYJMVxWgJy7qtg8r" alt=""><figcaption></figcaption></figure>

The next step is to create products and link them to your tariffs. Video can help you

{% embed url="<https://youtu.be/1RwPB3sqzKc>" %}

In order to link your tariffs with the products in Stripe you need to add a tariff\_id field to the metadata of each product, equal to the id of our respective plan.

<figure><img src="/files/Ud3mEk1oM3CvoBshH0VB" alt=""><figcaption></figcaption></figure>

How do I know the tariff plan id? Use API method [\
https://docs.digitalwallet.cards/#tag/tariffs/operation/get\_api-get-tariff-list](<&#xD;&#xA;https://docs.digitalwallet.cards/#tag/tariffs/operation/get_api-get-tariff-list>)

Add products to the Subscriptions section of the customer portal page\
<https://dashboard.stripe.com/settings/billing/portal>

<figure><img src="/files/ZpDgg0eEUvPmxCW5aiuF" alt=""><figcaption></figcaption></figure>

After setting up, Sub-account will have access to the page

<figure><img src="/files/CKf541kBpjyeETFmxQFU" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/H5suhDwXKldb13pFmJf1" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.boomerangme.cards/white-label/stripe/manage-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
