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

# Welcome to Plexos Pay

> Mobile Money Payment Gateway for African Markets

<div
  style={{
position: 'relative',
textAlign: 'center',
padding: '80px 20px',
marginBottom: '40px',
background: 'linear-gradient(135deg, rgba(38,217,127,0.12) 0%, rgba(31,173,102,0.06) 50%, transparent 100%)',
borderRadius: '16px',
overflow: 'hidden'
}}
>
  <div
    style={{
position: 'absolute',
top: 0,
left: 0,
right: 0,
bottom: 0,
background: 'radial-gradient(ellipse at 20% 50%, rgba(38,217,127,0.08) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(102,219,165,0.06) 0%, transparent 50%)',
pointerEvents: 'none'
}}
  />

  <div style={{position: 'relative', zIndex: 1}}>
    <div style={{marginBottom: '24px'}}>
      <img src="https://mintcdn.com/plexospay/ozjgEqrqYboLcXMp/logo/logo.png?fit=max&auto=format&n=ozjgEqrqYboLcXMp&q=85&s=b52f086f8a0842aa80cae941f4cded0a" alt="Plexos Pay" style={{height: '64px', margin: '0 auto'}} width="1205" height="1205" data-path="logo/logo.png" />
    </div>

    <h1 style={{fontSize: '2.8rem', fontWeight: 800, marginBottom: '16px', letterSpacing: '-0.02em'}}>
      Welcome to the Plexos Pay API
    </h1>

    <p style={{fontSize: '1.15rem', opacity: 0.7, maxWidth: 650, margin: '0 auto', lineHeight: 1.7}}>
      Everything you need to integrate mobile money payments in Cape Verde and Angola.
      Accept payments via <strong>CVMOVEL</strong>, <strong>UNITEL</strong>, and <strong>T+Mais</strong> with a simple, unified API.
    </p>
  </div>
</div>

<div style={{maxWidth: '1100px', margin: '0 auto'}}>
  <div
    style={{
display: 'grid',
gridTemplateColumns: 'repeat(auto-fit, minmax(260px, 1fr))',
gap: '20px',
marginBottom: '48px'
}}
  >
    <Card title="Quick Start" icon="rocket" href="/pages/start/quickstart">
      Learn how to make your first API call and start processing payments.
    </Card>

    <Card title="Checkout" icon="money-bill" href="/pages/api/checkout/reference">
      Understand the full flow for creating and processing a payment.
    </Card>

    <Card title="API Keys" icon="key" href="/pages/authentication">
      Learn how to generate and manage your credentials securely.
    </Card>

    <Card title="Dev Mode" icon="flask" href="/pages/devmode">
      Understand how the sandbox environment works and how to test your integration.
    </Card>

    <Card title="Webhooks" icon="bell" href="/pages/webhooks">
      Set up real-time event notifications with signature verification.
    </Card>

    <Card title="SDKs" icon="puzzle-piece" href="/pages/sdks/overview">
      Get started quickly with our Node.js, Python, and Java libraries.
    </Card>

    <Card title="Payments" icon="credit-card" href="/pages/api/payments/reference">
      Initiate mobile money debits with real-time status tracking.
    </Card>

    <Card title="Products" icon="box" href="/pages/api/products/reference">
      Create and organize products in your system via the API.
    </Card>

    <Card title="Customers" icon="users" href="/pages/api/customers/reference">
      Create and manage customers via the Plexos Pay API.
    </Card>
  </div>

  <div style={{textAlign: 'center', marginBottom: '48px'}}>
    <h2 style={{fontSize: '1.6rem', fontWeight: 700, marginBottom: '8px'}}>
      Learn more about Plexos Pay
    </h2>

    <p style={{opacity: 0.6, marginBottom: '24px'}}>
      Explore our resources to get the most out of the platform.
    </p>
  </div>

  <CardGroup cols={3}>
    <Card title="API Reference" icon="code" href="/api-reference/introduction">
      Explore every endpoint with interactive docs and try requests directly from the browser.
    </Card>

    <Card title="Refunds" icon="rotate-left" href="/pages/api/refunds/reference">
      Process full and partial refunds with complete tracking and status updates.
    </Card>

    <Card title="Analytics" icon="chart-line" href="/pages/api/analytics/revenue">
      Revenue analytics with daily breakdowns for dashboards and reporting.
    </Card>
  </CardGroup>

  <div style={{height: '16px'}} />

  <CardGroup cols={3}>
    <Card title="Balance" icon="wallet" href="/pages/api/balance/get">
      Track available, pending, and payout balances in real time.
    </Card>

    <Card title="Settlements" icon="building-columns" href="/pages/api/settlements/reference">
      Automated settlement processing and payout management.
    </Card>

    <Card title="Audit Logs" icon="clock-rotate-left" href="/pages/api/audit-logs/list">
      Complete audit trail for compliance and security monitoring.
    </Card>
  </CardGroup>
</div>
