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

# Payment Gateways

> Connect Stripe or PayPal to collect payments from your clients.

## Overview

To monetize your white-label platform and sell subscriptions to your clients, you must connect a valid payment processor. You can verify your connection status in the **Billing** tab of the Agency Dashboard.

<Frame caption="Payment Gateway Selection">
  <img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agency-billing.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=2fff671057cec55bdd151a03ce559859" alt="Billing Configuration" width="693" height="617" data-path="assets/images/agency-billing.png" />
</Frame>

## Connect Your Processor

Select your preferred provider below to view the connection guide.

<Tabs>
  <Tab title="Stripe">
    Stripe is the recommended processor for seamless credit card handling.

    <Steps>
      <Step title="Select Provider">
        Click the **Stripe** tab within the billing configuration menu.
      </Step>

      <Step title="Authenticate">
        Click the **Connect Stripe** button. You will be redirected to the secure Stripe login portal to authorize the handshake.
      </Step>

      <Step title="Verify">
        Once verified, you will see a success message indicating your account is ready to accept charges.

        <img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agency-billing-success.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=5fad51a071817a864234427b9f87a3d7" alt="Stripe Success" width="869" height="236" data-path="assets/images/agency-billing-success.png" />
      </Step>
    </Steps>
  </Tab>

  <Tab title="PayPal">
    Alternative option for clients who prefer PayPal wallets.

    <Steps>
      <Step title="Select Provider">
        Click the **PayPal** tab within the billing configuration menu.
      </Step>

      <Step title="Authenticate">
        Click **Connect Paypal**. A popup window will appear asking you to log in to your business account.
      </Step>

      <Step title="Verify">
        Once connected, the dashboard will refresh to show your active PayPal status and any existing plans.

        <img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agency-paypal-connected.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=e5dc87c289c465e38295e04629db5e03" alt="PayPal Connected" width="864" height="213" data-path="assets/images/agency-paypal-connected.png" />
      </Step>
    </Steps>
  </Tab>
</Tabs>
