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

# Introduction

Monieswitch provides a suite of payment solutions to help businesses collect and manage payments from their customers securely and efficiently. Whether you're looking to set up a simple payment link, create virtual accounts for better tracking, or integrate a full-featured checkout experience, Monieswitch has you covered.

```mermaid theme={"system"}
flowchart LR
  A[Collections] --> A1[Checkout]
  A --> A2[Payment Link]
  A --> A3[Virtual Accounts]
  A --> A4[Subaccounts]
  A2 --> A2a[Fixed]
  A2 --> A2b[Custom]
  A2 --> A2c[Input]
  A2 --> A2d[Dropdown]
```

## Quickstart

<CardGroup cols={2}>
  <Card title="Create virtual account" arrow href="/features/payments/collections/virtual-accounts">
    Collect quick payments with generated virtual account number
  </Card>

  <Card title="Create payment link" arrow href="/features/payments/collections/payment-links">
    Create a link for your customers to make payments easily.
  </Card>

  <Card title="Split payments" arrow href="/features/payments/split-payments">
    Automatically split payments between multiple subaccounts
  </Card>

  <Card title="Create checkout" arrow href="/features/payments/collections/checkouts">
    Directly integrate our hosted payment page on your frontend app for quick payment
  </Card>
</CardGroup>

<Snippet file="footer-build.mdx" />
