# Updating your Stripe Product ID

{% hint style="warning" %}
On some early BETA accounts, the Stripe Product ID was not synced. This will trigger various user errors when attempting to register on your site with a subscription.&#x20;
{% endhint %}

If your account is missing it's Stripe Product ID, follow these steps to re-sync your account.&#x20;

### How to find out if it is missing?&#x20;

![](/files/-Ll7yV5zCWiyEgaOetkw)

1. Log into your Mavenseed account, through your Avatar drop-down menu click **Account**,&#x20;
2. Navigate to the **Sites tab** to see a list of the site(s) on your account,&#x20;
3. Using the **drop-down menu** to the right of the site name, choose **Edit Site**
4. Here you'll see your Stripe Product ID. If Blank then continue on to the next steps!&#x20;

### How to grab your Stripe Product ID from Stripe

The Product ID is the unique identifier of your subscription, or product. You then create plans or subscriptions of the product.&#x20;

1. Log into your [Stripe.com](http://stripe.com/) account,
2. Click on **Billing**, then **Products** to then find the name of the Products in your account. Click on the product name.&#x20;
3. Under Details, there is an ID "prod\_############" This is your product ID you'll need to copy and paste into your Mavenseed Site Settings account from above, and click **Update Site.**&#x20;


---

# 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/updating-your-stripe-product-id.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.
