# Ensuring Subscription Plans are Synced with Stripe

{% hint style="warning" %}
In some early beta accounts the Stripe Product ID was not synced during the account creation. To fix this [follow these steps.](/beta-accounts/updating-your-stripe-product-id.md)
{% endhint %}

### How to tell if your subscriptions plans are out of sync with your Stripe account?&#x20;

In some early BETA accounts, subscription plans may be missing their Stripe Subscription IDs. This is typically caused by the Stripe Product ID missing at the site account level.  *Sounds complicated, though only a couple things to check.* 😎

**If your Subscription Plans on Mavenseed are missing their Stripe Subscription IDs, here is how you go about fixing that.**&#x20;

![](/files/-Ll86HlWFXRs9vD-CwA9)

**To find out if your Subscription Plans are missing their Stripe ID's**

1. With your Mavenseed Admin account click on **Subscriptions** and then **Subscription Plans,**&#x20;
2. Using the drop-down menu to the right of the Subscription Plan name choose to **Edit,**&#x20;
3. Scroll down to Stripe Plan ID. If this is missing, you'll need to two one of two things to correct.&#x20;

**Option 1:** Delete the subscription plan within Mavenseed after ensuring your [Stripe Product ID is there.](/beta-accounts/updating-your-stripe-product-id.md)&#x20;

Then re-create the plan. When you re-create the plan confirm there is a Stripe Plan ID in place after you save it. *If not please reach out to* [*support@mavenseed.com*](mailto:support@mavenseed.com)

**Option 2:** Has a few more steps, though if you have active subscribers already a plan this may be the way to go.&#x20;

1. First, we'll need to grab the Stripe's Unique Plan ID for your Product. *a.k.a. Your Subscription Plan for the Product created within Stripe,*&#x20;
2. Login to your Stripe account and head over to **Billing > Products**,&#x20;
3. **Click on the name** of your Product,&#x20;
4. Scroll down to Pricing Plans, and click on the plan name you're looking to sync,&#x20;
5. Under Details, there is a unique ID. Copy this and head back to the edit screen on your Mavenseed Subscription plan,&#x20;
6. Paste the Unique ID into the Stripe Plan ID on Mavenseed,&#x20;
7. Click **Update Plan**.&#x20;

That should do it! We're here to help if anything comes up - [support@mavenseed.com ](mailto:support@mavenseed.com)


---

# 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.mavenseed.com/beta-accounts/ensuring-subscription-plans-are-synced-with-stripe.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.
