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

# Creating a Product

> Step-by-step guide to set up a new product for your shop or business

## Who is this for?

This guide is for anyone setting up a new product for your store in Paysight. Follow these steps to add your MID details for your store.

## Pre-requisites

<CardGroup cols={2}>
  <Card title="1. Merchant Account (MID)" icon="credit-card" href="/guides/creating-a-mid">
    At least one MID account has been set up in your account to link it to the product.
  </Card>

  <Card title="2. Brand" icon="store" href="/guides/creating-a-brand">
    At least one brand details to link it to the product.
  </Card>
</CardGroup>

<CardGroup cols={1}>
  <Card title="3. Subscription" icon="store" href="/guides/creating-a-subscription">
    At least one subscription model to link it to the product.
  </Card>
</CardGroup>

<Tip>
  Tips for setting up a product:

  * **Ensure Accuracy**: Double check your MID, Brand and Subscription that you're going to link your product to. Their information should be related.
</Tip>

## Creating a Product

<Steps>
  <Step title="Navigate to MID Management">
    Go to **Management** > **Products** in your [Paysight Dashboard](https://app.paysight.io/).

    <img src="https://mintcdn.com/paysight/f-RP10oIY58so-H0/images/guides/add-product.png?fit=max&auto=format&n=f-RP10oIY58so-H0&q=85&s=1e7b7c5b0bd3d2d75334d5f4a49d387c" alt="" width="1973" height="1003" data-path="images/guides/add-product.png" />
  </Step>

  <Step title="Fill out the Product Form">
    You'll see several sections to fill out for your merchant account.

    <img src="https://mintcdn.com/paysight/f-RP10oIY58so-H0/images/guides/form-product.png?fit=max&auto=format&n=f-RP10oIY58so-H0&q=85&s=306559b99a860c93f5a7df2629455ad3" alt="" width="699" height="1398" data-path="images/guides/form-product.png" />

    ### Basic Information

    * **Title**: The main name for your product, shown to customers and in reports.\
      *Example: Sight Fitness Checkout*
    * **Friendly Title**: An internal label, use something descriptive for your product (can be the same as title above).
    * **Brand**: Select which brand this product belongs to.\
      *Example: Sight Fitness*

    <Note>
      The "Sight Fitness" example was created in **Management > Brand**, ensure you create a brand first before moving on to creating a product.
    </Note>

    * **Country**: The country where this product is offered or sold.
    * **No Auth Signup**: Allow users to sign up without an initial payment authorization (toggle on/off).
    * **Allow Multiple Previous Subscriptions**: Let users have more than one active subscription to this product (toggle on/off).

    ### Billing Configuration

    * **Default MID**: Choose the main merchant account for processing payments for this product.

    <Note>
      Ensure that you at least have one merchant account and has been tested and approved.
    </Note>

    * **Default MID Group**: Select a group of merchant accounts for handling recurring payments. *(Optional)*
    * **Secondary MID Group**: Use this group for backup or special routing of transactions. *(Optional)*

    ### Subscription configuration

    * **Main Subscription**: Choose the primary subscription model to this product.
      *Example: Sight Fitness Club*

    <Note>
      The "Sight Fitness Club" example was created in **Management > Subscription**, ensure you create a subscription model first before moving on to creating a product.
    </Note>

    * **Premium Subscription**: Link a premium or upgraded subscription plan. *(Optional)*
    * **Salvage Subscription**: Pick a fallback subscription if a payment fails, to try recovering the customer. *(Optional)*

    ### Additional Settings

    * **Already Subscribed URL**: Where users are sent if they try to sign up but already have an active subscription.
    * **Error Redirect URL**: Where users are sent if there’s an error during signup or checkout.
    * **Upsell URL**: Send users to this page to offer them an upgrade or add-on after signup.
    * **Max Submits**: The maximum number of times this product can be submitted.
    * **Max Active Subscriptions**: The maximum number of active subscriptions allowed for this product.

    ### Advanced Settings

    * **Cascade**: Enable automatic retry of failed payments using alternative MIDs (toggle on/off).
    * **Disable Amex**: Block American Express as a payment method for this product.
    * **Disable Discover**: Block Discover cards as a payment method for this product.
  </Step>

  <Step title="Review and Create">
    * Double-check all fields for accuracy.
    * When you’re ready, click **Create Product** to finalize your Product Setup.
  </Step>
</Steps>

<Note>
  If you’re not sure about any field, you can always ask your Paysight onboarding manager or check your shop’s website and support contacts.
</Note>
