> ## 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

> Introduction to Payment Links

**Payment Links** provide a fast, low-friction way to collect payments by sharing a link with your customers. No checkout flow to build and no app required. Customers open the link, complete payment, and you receive a real-time notification.

Moment offers two types of Payment Links depending on your use case.

<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 gap-6">
  <Card title="Payment Requests" icon="link" href="/documentation/collect/payment-links/payment-requests">
    Generate a one-time payment link or trigger a bank push notification directly to the customer's banking app.
  </Card>

  <Card title="Payment Pages" icon="browser" href="/documentation/collect/payment-links/payment-pages">
    Create a branded, hosted page that accepts multiple payments, supports custom fields, and can be shared anywhere.
  </Card>
</div>
