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

# Welcome to Cheqpay

> The modern payment gateway built for Mexico and Latin America

## What is Cheqpay?

Cheqpay is a complete payment gateway solution that helps businesses accept online payments in Mexico. We handle the complexity of payment processing, fraud prevention, and compliance so you can focus on growing your business.

## Key Features

<CardGroup cols={2}>
  <Card title="Accept Card Payments" icon="credit-card">
    Process credit and debit cards (Visa, Mastercard, American Express) through a simple, unified integration.
  </Card>

  <Card title="Built-in Security" icon="shield-check">
    Advanced fraud protection with 3D Secure 2.0, PCI DSS compliance, and secure tokenization. Your customers' data is always protected.
  </Card>

  <Card title="Save Payment Methods" icon="floppy-disk">
    Securely store payment methods for returning customers. Enable faster payments and recurring billing with automatic card updates.
  </Card>

  <Card title="Developer Friendly" icon="code">
    Clean REST API, comprehensive documentation, and sandbox environment. Get up and running in minutes.
  </Card>

  <Card title="Built for Mexico" icon="flag">
    Full support for Mexican payment processing, currencies (MXN, USD), and compliance with local regulations.
  </Card>

  <Card title="Customer Management" icon="users">
    Manage customers effortlessly with automatic customer profiles, payment history tracking, and saved payment methods.
  </Card>
</CardGroup>

## Get Started

Ready to start accepting payments? Follow these quick steps:

<CardGroup cols={3}>
  <Card title="Authentication" icon="key" href="/essentials/authentication">
    Learn how to authenticate your API requests
  </Card>

  <Card title="Environments" icon="server" href="/essentials/environments">
    Choose between sandbox and production
  </Card>

  <Card title="Quickstart" icon="rocket" href="/essentials/quickstart">
    Process your first payment in minutes
  </Card>
</CardGroup>

## Explore Features

<AccordionGroup>
  <Accordion title="Payment Processing" icon="credit-card">
    Accept card, SPEI, PayCash, and CIE Cash Net payments with our simple API. Cards support 3D Secure and fraud protection; offline methods return payment instructions (CLABE, reference, convenio) for the customer to pay outside your checkout.

    * [Card Payments](/features/card-payments)
    * [SPEI Transfers](/features/spei-transfers)
    * [PayCash Payments](/features/paycash-payments)
    * [CIE Cash Net Payments](/features/cie-cash-net-payments)
    * [3D Secure Authentication](/features/3d-secure)
    * [Refunds](/features/refunds)
  </Accordion>

  <Accordion title="Customer Management" icon="users">
    Manage customers effortlessly. Store customer information, track payment history, and provide a better payment experience.

    * [Customers](/features/customers)
    * [Payment Methods](/features/payment-methods)
    * [Payment Orders](/features/payment-orders)
  </Accordion>
</AccordionGroup>

## Need Help?

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

  <Card title="Testing Guide" icon="flask" href="/guides/testing">
    Test your integration in sandbox
  </Card>

  <Card title="Best Practices" icon="lightbulb" href="/guides/best-practices">
    Learn recommended patterns and tips
  </Card>

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