# Quick Start Guide

#### **For Businesses**

**Step 1: Register on the Website**

1. **Create a Nebulox Account**
   * Visit [Nebulox Sign-Up](https://nebulox.io/app/user/register) to create a new account.

**Step 2: Set Up the Gateway**

1. **Fill Out the Setup Form**
   * After registering, fill out the form to set up your payment gateway with the following information:
     * Business name
     * Webhook URL for real-time notifications
     * Website URL
   * Submit the form to complete the setup process.

**Step 3: Get API Key**

1. **Retrieve Your API Key**
   * Log in to your Nebulox dashboard.
   * Navigate to **Gateway menu** and select installed gateway.
   * Copy your API key for use in API requests.

**Step 4: Create an Invoice**

1. **Call the Create Invoice Method**
   * Use the following endpoint to create a new invoice for your users:

     ```http
     POST https://api.nebulox.io/api/invoice/create
     ```
   * Include the necessary parameters in your request body.
2. **Share the Invoice URL or Deposit Address**
   * Share the created invoice URL with your customer, or display the deposit address for payment.

**Step 5: Handle Webhook Notifications**

1. **Receive Payment Notifications**

   * Once the user pays the invoice, Nebulox will send a notification to your webhook URL.
   * This notification will include details indicating that the specific invoice has been paid.

**For Individuals**

**Step 1: Sign Up**

1. **Create a Nebulox Account**
   * Visit [Nebulox Sign-Up](https://nebulox.io/app/user/register) to create a new account.

**Step 2: Create a Manual Invoice**

1. **Navigate to the Invoices Menu**
   * After signing up, go to the **Invoices** menu item in your Nebulox dashboard.
2. **Fill Out the Invoice Details**
   * Enter the necessary details for your invoice.
3. **Share the Invoice URL**
   * Share the invoice URL with your customers and wait for payment.

#### **Need More Help?**

If you have any questions or need further assistance, feel free to reach out to our [Support Team](https://nebulox.io/contact-us).

**Happy integrating with Nebulox!** 🌟\
\
\
Feel free to adapt or expand upon this guide based on your specific API features and user requirements!
