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

# Introduction

> Welcome to the PayX Documentation

PayX is a developer-first payment gateway designed specifically for the African market, starting with Ghana. We provide a unified API to handle Mobile Money collections and disbursements across all major networks (MTN, Telecel, AirtelTigo).

## Choose your Integration

We provide two primary ways to integrate PayX depending on your needs:

<CardGroup cols={2}>
  <Card title="Node.js SDK" icon="node-js" href="/quickstart">
    For server-side integrations (Collections, Payouts, Webhook verification).
  </Card>

  <Card title="Frontend JS" icon="js" href="/payx-js">
    For an easy inline checkout experience using our popup modal.
  </Card>
</CardGroup>

## Why PayX?

Integrating directly with telecom operators is notoriously difficult. PayX "fixes" the developer experience by providing:

<CardGroup cols={2}>
  <Card title="Unified API" icon="code">
    One integration for all Mobile Money networks.
  </Card>

  <Card title="Developer-First" icon="bolt">
    Clean SDKs, robust documentation, and reliable sandbox environments.
  </Card>

  <Card title="Fast Payouts" icon="money-bill-transfer">
    Send money to any mobile wallet instantly via our Payouts API.
  </Card>

  <Card title="Secure" icon="shield-check">
    Bank-grade security and signature verification for all transactions.
  </Card>
</CardGroup>

## Getting Started

To begin using PayX, you'll need to create an account on our [Dashboard](https://payx.company/dashboard) to retrieve your API keys.

Check out our [Quickstart Guide](/quickstart) to make your first transaction in minutes.

## Need Help?

If you have questions or need support while integrating PayX, our team is here to help:

* **Technical Support:** [api@payx.company](mailto:api@payx.company)
* **General Support:** [support@payx.company](mailto:support@payx.company)
* **Enterprise Sales:** [sales@payx.company](mailto:sales@payx.company)
