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

# Overview

> API reference for the Collect product

The **Collect APIs** provide support for merchants to collect payments from their customers across multiple payment methods.

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6">
  <Card title="Quickstart: One-Time Payments" icon="bolt" href="/api-reference/collect/payment_sessions/quickstart-one-time">
    Create a payment session, launch checkout, and handle the completion webhook.
  </Card>

  <Card title="Quickstart: Recurring Payments" icon="bolt" href="/api-reference/collect/payment_sessions/quickstart-recurring">
    Set up a mandate and collect future payments without customer interaction.
  </Card>
</div>

***

## APIs

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6">
  <Card title="Payment Sessions" icon="arrow-right-arrow-left" href="/api-reference/collect/payment_sessions/overview">
    Create and manage payment sessions for one-time, recurring, and authorisation and capture flows.
  </Card>

  <Card title="Payment Links" icon="link" href="/api-reference/collect/payment_links/overview">
    Generate shareable payment links and branded hosted pages.
  </Card>

  <Card title="Payments" icon="credit-card" href="/api-reference/collect/payments/overview">
    Retrieve, capture, and void payments.
  </Card>
</div>
