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

# List payment links



## OpenAPI

````yaml /openapi.json get /payment-links
openapi: 3.0.0
info:
  title: LuminPay API
  description: Stablecoin merchant payments.
  version: '0.1'
  contact: {}
servers: []
security: []
tags: []
paths:
  /payment-links:
    get:
      tags:
        - Payment Links
      summary: List payment links
      operationId: PaymentLinksController_list
      parameters: []
      responses:
        '200':
          description: ''

````