# Getting started

## Prerequisites

Before you start, make sure you have:

### Required Items

* ✅ A VEGA Admin account
* ✅ At least one deployed course in VEGA
* ✅ Your business/personal information (for Stripe account setup)
* ✅ A bank account for receiving payments
* ✅ Valid identification documents (for verification)

### Supported Countries

VEGA Monetization uses Stripe Connect, which is available in 40+ countries including:

* 🇺🇸 United States
* 🇨🇦 Canada
* 🇬🇧 United Kingdom
* 🇦🇺 Australia
* 🇩🇪 Germany
* 🇫🇷 France
* 🇮🇹 Italy
* 🇪🇸 Spain
* 🇯🇵 Japan
* 🇸🇬 Singapore
* And 30+ more countries!

{% hint style="info" %}
If your country isn't listed, Stripe Connect may not be available yet. Check the Stripe website for the latest supported countries.
{% endhint %}

***

## Stripe Connect Setup

Setting up payment processing typically takes 5–10 minutes. Follow the steps below.

{% stepper %}
{% step %}

### Access Monetization

* Log in to your VEGA Admin dashboard.
* Click on **Monetization** in the left sidebar.
* You'll see the Monetization welcome page.
  {% endstep %}

{% step %}

### Connect Your Stripe Account

* On the Monetization page, click the **Connect Stripe Account** button.
* The onboarding wizard will appear.
  {% endstep %}

{% step %}

### Select Your Country

* In the dropdown menu, select the country where you or your business is based.
* Click **Generate Stripe Connect Link**.

{% hint style="warning" %}
Choose the country where your business is legally registered. This cannot be changed later without creating a new account.
{% endhint %}
{% endstep %}

{% step %}

### Complete Stripe Onboarding

* A secure Stripe link will be generated.
* Click **Open Stripe Connect Setup** to open the link.
* You'll be redirected to Stripe's secure platform.
* Fill out the required information:
  * Business/personal details
  * Tax information
  * Bank account details
  * Identity verification
    {% endstep %}

{% step %}

### Verify Your Account

* Complete all required fields in Stripe.
* Upload any requested documents (ID, business license, etc.).
* Once submitted, Stripe will verify your information (usually within 1–2 business days).
* You'll receive an email confirmation when approved.
  {% endstep %}

{% step %}

### Return to VEGA

* After completing Stripe setup, return to the VEGA Monetization page.
* Copy your Stripe Connected Account ID from Stripe.
* Paste it in the **Stripe Connected Account ID** field.
* Click **Verify & Complete**.
  {% endstep %}

{% step %}

### Confirmation

Once verified, you'll see:

* ✅ **Stripe Connect Status: Connected**
* Your account ID displayed
* The "Create & Publish Products" section becomes active
  {% endstep %}
  {% endstepper %}

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

***

## Account Verification

### Verification Timeline

| Stage                      | Duration          | What Happens                     |
| -------------------------- | ----------------- | -------------------------------- |
| **Information Submission** | 15–20 minutes     | You fill out Stripe forms        |
| **Document Upload**        | 5–10 minutes      | Upload ID and business documents |
| **Stripe Review**          | 1–2 business days | Stripe verifies your information |
| **Approval**               | Instant           | You receive confirmation email   |

### Common Verification Requirements

Depending on your country and business type, Stripe may require:

* **Personal ID** — Driver's license, passport, or national ID
* **Business Documents** — Business license, articles of incorporation
* **Tax Information** — EIN, VAT number, or tax ID
* **Bank Verification** — Bank statement or voided check
* **Proof of Address** — Utility bill or bank statement

### Check Verification Status

1. Log into your Stripe dashboard at stripe.com
2. Go to **Settings** → **Account Details**
3. View any pending requirements under "Verification"

***

## Troubleshooting Connection Issues

<details>

<summary><strong>Problem: "Unable to connect Stripe account"</strong></summary>

Solutions:

* Ensure you've completed all required fields in Stripe
* Verify your email address with Stripe
* Check that your country is supported
* Wait 24 hours for verification to complete
* Contact VEGA support if issue persists

</details>

<details>

<summary><strong>Problem: "Stripe account not verified"</strong></summary>

Solutions:

* Log into your Stripe dashboard
* Check for pending verification requirements
* Upload any requested documents
* Complete all missing information
* Verification typically takes 1–2 business days

</details>

***

## What's Next?

✅ Congratulations — your payment processing is set up.

Now you're ready to create your first product:

* Continue to: [Creating Products →](broken://pages/48ef3735e6b0bda6023c84544dd46ff512fad646)


---

# 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.myvega.ai/monetization/getting-started.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.
