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

# YuvexPay Documentation

> Accept payments, process withdrawals, and manage your business with the YuvexPay API.

## Get started

Start accepting payments in minutes with the YuvexPay API.

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Create your first payment in under 5 minutes.
</Card>

## Explore the API

<Columns cols={2}>
  <Card title="Authentication" icon="key" href="/guides/authentication">
    Authenticate your API requests with a YuvexPay API key sent as a Bearer token.
  </Card>

  <Card title="API reference" icon="terminal" href="/api-reference/introduction">
    Complete reference for all endpoints including request/response schemas.
  </Card>

  <Card title="Webhooks" icon="bell" href="/guides/webhooks">
    Receive real-time notifications when payment events occur.
  </Card>

  <Card title="Sandbox" icon="flask" href="/guides/sandbox">
    Deterministic recipes for testing your integration.
  </Card>
</Columns>

## Key features

<Columns cols={3}>
  <Card title="PIX payments" icon="bolt">
    Instant payments via Brazil's PIX network with QR codes and copy-paste.
  </Card>

  <Card title="Card and boleto" icon="credit-card">
    Accept credit card and boleto payments alongside PIX.
  </Card>

  <Card title="PIX withdrawals" icon="money-bill-transfer">
    Move BRL out via PIX with daily and nightly limits.
  </Card>

  <Card title="Hosted checkout" icon="browser">
    Use YuvexPay's hosted checkout page or build your own headless flow.
  </Card>

  <Card title="Webhooks" icon="webhook">
    Real-time event notifications with signed payloads and automatic retries.
  </Card>

  <Card title="Sandbox" icon="flask">
    Test the full integration before going live, with no real money moved.
  </Card>
</Columns>
