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

# Payment Request

A Payment Request is a direct payment link shared with a customer. It can be delivered via SMS, email, or messaging apps and opens directly in the customer’s browser.

<Columns cols={2}>
  <div style={{ paddingTop: "2.5rem" }}>
    A Payment Request page typically displays:

    * Expiry date (if configured)
    * Payment amount (fixed or editable, depending on merchant settings)
    * Merchant reference details
    * **Proceed** button (enabled once validation passes)

    If the link has expired:

    * Payment cannot be completed.
    * The customer must request a new link.
  </div>

  <div style={{ paddingTop: "1.5rem" }}>
    <img src="https://mintcdn.com/momentholdingslimited/ltrCqk19he2WwTGA/guides/resources/PaymentRequest.png?fit=max&auto=format&n=ltrCqk19he2WwTGA&q=85&s=2e60f733458cc40e2cbdccdfd7e5235e" alt="Payment Request" title="Payment Request" style={{ width:"70%" }} className="ml-auto" width="390" height="829" data-path="guides/resources/PaymentRequest.png" />
  </div>
</Columns>
