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

# Introduction

> Welcome to the SwiftPay API documentation

# Welcome to SwiftPay

SwiftPay is a powerful payment processing platform that enables businesses to accept payments, manage refunds, and handle withdrawals with ease.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running with SwiftPay in minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore our complete API documentation
  </Card>

  <Card title="Webhooks" icon="webhook" href="/guides/webhooks">
    Learn how to receive real-time event notifications
  </Card>

  <Card title="Dashboard" icon="gauge" href="https://app.swiftpay.cx">
    Access your merchant dashboard
  </Card>
</CardGroup>

## Features

<AccordionGroup>
  <Accordion title="Accept Payments" icon="credit-card">
    Create checkout sessions and accept card payments securely through our
    hosted checkout page or integrate directly into your application.
  </Accordion>

  {" "}

  <Accordion title="Manage Refunds" icon="rotate-left">
    Process full or partial refunds with a simple API call. Track refund status
    and receive webhook notifications.
  </Accordion>

  {" "}

  <Accordion title="Rolling Reserves" icon="lock">
    Understand how rolling reserves work to protect against chargebacks and
    fraud. View your reserve balance and upcoming releases. Learn more in our
    [Understanding Reserves guide](/guides/understanding-reserves).
  </Accordion>

  {" "}

  <Accordion title="Webhooks" icon="webhook">
    Receive real-time notifications for payment events, refunds, and more.
    Implement robust event handling with automatic retries.
  </Accordion>

  <Accordion title="Withdrawals" icon="money-bill-transfer">
    Withdraw your available balance to PayPal or cryptocurrency wallets. Track
    withdrawal status and history.
  </Accordion>
</AccordionGroup>

## Base URL

All API requests should be made to:

```
https://api.swiftpay.cx
```

## Need Help?

<CardGroup cols={2}>
  <Card title="Support" icon="headset" href="mailto:support@swiftpay.cx">
    Contact our support team
  </Card>

  <Card title="Discord" icon="discord" href="https://discord.gg/swiftpay">
    Join our community
  </Card>
</CardGroup>
