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

# Build with Axra

> Financial infrastructure to accept payments, move money, and build banking products

Axra provides modern payments infrastructure to accept card payments, mobile money, and bank transfers — plus Treasury APIs to build full banking products for your users.

<a href="/quickstart" style={{display: 'inline-block', padding: '12px 32px', background: '#7C3AED', color: 'white', borderRadius: '8px', fontWeight: 600, textDecoration: 'none', marginTop: '16px'}}>Get started →</a>

***

## Quickstart guides

<CardGroup cols={3}>
  <Card title="Accept payments" icon="credit-card" href="/payments/overview">
    Charge cards, accept mobile money, and process bank transfers with a single API.
  </Card>

  <Card title="Treasury (BaaS)" icon="building-columns" href="/treasury/overview">
    Create wallets, run KYC, and process payouts for your end-users.
  </Card>

  <Card title="Webhooks" icon="bell" href="/manage/webhooks">
    Receive real-time notifications for payments, payouts, and KYC events.
  </Card>

  <Card title="Checkout sessions" icon="store" href="/payments/checkout-sessions">
    Use hosted payment pages to accept payments without handling card data.
  </Card>

  <Card title="SDKs" icon="puzzle-piece" href="/sdks/node">
    Node.js, Python, Pay.js, and CLI tools for fast integration.
  </Card>

  <Card title="Sandbox testing" icon="flask" href="/reference/testing">
    Test your integration end-to-end with sandbox fixtures and test keys.
  </Card>
</CardGroup>

***

## Products

| Product                            | Description                                                                        | When to use                                                             |
| ---------------------------------- | ---------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [**Payments**](/payments/overview) | Accept card payments, mobile money, and bank transfers across Africa and globally. | When you want to collect money from customers.                          |
| [**Treasury**](/treasury/overview) | BaaS API — KYC, wallets, deposits, payouts for your end-users.                     | When you're building a fintech product and need banking infrastructure. |
| [**Elements**](/sdks/pay-js)       | Embeddable, PCI-scoped card input components.                                      | When you want fine-grained control over your payment form UI.           |
| [**Webhooks**](/manage/webhooks)   | Real-time HTTP callbacks for all payment and treasury events.                      | Always — confirm payment status asynchronously.                         |
