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

# List Payemnts

> Retrieve a list of subscription payments.



## OpenAPI

````yaml GET /gateway/subscription-payments
openapi: 3.1.0
info:
  title: BoundlessPay API
  version: 1.0.0
servers: []
security: []
paths:
  /gateway/subscription-payments:
    get:
      description: Retrieve a list of subscription payments.
      responses:
        '200':
          description: Retrieved successfully

````