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

# Welcome to Yabetoo

> The simplest way to accept Mobile Money payments in Africa

<img className="block dark:hidden rounded-lg" src="https://mintcdn.com/yabetoo/GKcRe5bQmORW4fP9/images/hero-light.png?fit=max&auto=format&n=GKcRe5bQmORW4fP9&q=85&s=4f0228ea6c02423a92a359fbcdef37d1" alt="Yabetoo Payment Platform" width="2064" height="1104" data-path="images/hero-light.png" />

<img className="hidden dark:block rounded-lg" src="https://mintcdn.com/yabetoo/GKcRe5bQmORW4fP9/images/hero-dark.png?fit=max&auto=format&n=GKcRe5bQmORW4fP9&q=85&s=eb5c403efa365fc4ebfc1be78207911e" alt="Yabetoo Payment Platform" width="2064" height="1104" data-path="images/hero-dark.png" />

## Start accepting payments in minutes

Yabetoo provides a complete payment infrastructure for businesses in Africa. Accept Mobile Money payments from MTN, Airtel, and more operators across multiple countries.

<CardGroup cols={3}>
  <Card title="Quick Setup" icon="bolt">
    Get started in less than 10 minutes with our hosted checkout page
  </Card>

  <Card title="Secure" icon="shield-check">
    PCI-DSS compliant with end-to-end encryption
  </Card>

  <Card title="Multi-country" icon="globe-africa">
    Accept payments from Congo and more countries coming soon
  </Card>
</CardGroup>

## Quick Start

<Steps>
  <Step title="Create your account" icon="user-plus">
    Sign up on [Yabetoo Dashboard](https://app.yabetoo.com) and get your API keys
  </Step>

  <Step title="Integrate" icon="code">
    Use our SDKs or REST API to add payments to your app
  </Step>

  <Step title="Go live" icon="rocket">
    Switch to production keys and start accepting real payments
  </Step>
</Steps>

<Card title="Get Started" icon="arrow-right" href="/en/quickstart">
  Follow our step-by-step guide to integrate Yabetoo
</Card>

## Choose your integration

<CardGroup cols={2}>
  <Card title="Hosted Checkout" icon="browser" href="/en/payments/checkout-page/intro">
    **Recommended for most users**

    Redirect customers to a Yabetoo-hosted payment page. No frontend code needed, fully PCI compliant.
  </Card>

  <Card title="Custom Integration" icon="code" href="/en/payments/api/overview">
    **For advanced use cases**

    Build a fully custom payment flow using our REST API. Full control over the user experience.
  </Card>
</CardGroup>

## More features

<CardGroup cols={2}>
  <Card title="Disbursements" icon="money-bill-transfer" href="/en/payments/disbursement/overview">
    Send money to your customers, partners, or employees via Mobile Money
  </Card>

  <Card title="Payment Links" icon="link" href="/en/payments/payment-link/intro">
    Create shareable payment links without writing any code
  </Card>

  <Card title="Webhooks" icon="bell" href="/en/developer-tools/webhook/overview">
    Get real-time notifications when payments are completed
  </Card>

  <Card title="SDKs" icon="cubes" href="/en/developer-tools/sdk/javascript">
    Official libraries for JavaScript, Python, PHP, and Java
  </Card>
</CardGroup>

## Supported payment methods

| Method       | Operators   | Countries  |
| ------------ | ----------- | ---------- |
| Mobile Money | MTN, Airtel | Congo (CG) |

<Tip>
  **Test for free** - Use our sandbox environment with test credentials to develop and test your integration before going live.
</Tip>

## Need help?

<CardGroup cols={2}>
  <Card title="API Reference" icon="book" href="/en/api-reference/introduction">
    Explore the complete API documentation
  </Card>

  <Card title="Contact Support" icon="headset" href="mailto:support@yabetoopay.com">
    Get help from our team
  </Card>
</CardGroup>
