---
title: "List subscriptions"
method: GET
path: "/v1/payments/subscriptions"
tags: ["Payments"]
---

# List subscriptions

`GET /v1/payments/subscriptions`

Lists recurring-payment subscriptions.

## Query parameters

- `planId` string
- `counterpartyId` string
- `status` 'pending_authorization' | 'active' | 'paused' | 'canceling' | 'canceled' | 'expired' — Subscription status.
- `dueBefore` string, date-time
- `page` integer
- `pageSize` integer

## Headers

- `x-project-id` string — Selects the active project for this request. Required for session/dashboard callers. Ignored when authenticating with an API key, whose scope is fixed to the key's project.

## Response `200`

Subscription list

- object — Standard success response envelope.
  - `data` object, required — Subscription list response payload.
    - `subscriptions` object[], required
      - `id` string, required — SDP subscription ID.
      - `organizationId` string, required — Organization identifier.
      - `projectId` string, required — Project identifier.
      - `planId` string, required — SDP subscription plan ID.
      - `counterpartyId` string, required — Counterparty ID.
      - `subscriberAddress` string, required — Base58-encoded Solana address.
      - `subscriberTokenAccount` string, nullable, required — Subscriber token account address.
      - `subscriptionPda` string, nullable, required — On-chain subscription PDA.
      - `subscriptionAuthorityAddress` string, nullable, required — On-chain subscription authority address.
      - `authorizationSignature` string, nullable, required — Customer authorization transaction signature.
      - `status` 'pending_authorization' | 'active' | 'paused' | 'canceling' | 'canceled' | 'expired', required — Subscription status.
      - `currentPeriodStartAt` string, date-time, nullable, required — ISO 8601 timestamp.
      - `nextCollectionDueAt` string, date-time, nullable, required — ISO 8601 timestamp.
      - `cancelAt` string, date-time, nullable, required — ISO 8601 timestamp.
      - `canceledAt` string, date-time, nullable, required — ISO 8601 timestamp.
      - `createdBy` string, nullable, required
      - `createdAt` string, date-time, required — ISO 8601 timestamp.
      - `updatedAt` string, date-time, required — ISO 8601 timestamp.
    - `total` integer, required
    - `page` integer, required
    - `pageSize` integer, required
  - `meta` object, required — Response metadata.
    - `requestId` string, required — Request identifier for tracing.
    - `timestamp` string, date-time, required — ISO 8601 timestamp.

## Other responses

- `400` — Error
- `401` — Error
- `403` — Error
- `500` — Error

## Changes

- **2026-08-15** `3e302bba5386` — 4 warning
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `400`
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `401`
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `403`
  - added the new `SERVICE_UNAVAILABLE` enum value to the `error/code` response property for the response status `500`

[Change history](https://skmtc.dev/solana/apis/solana-developer-platform-api/changes/v1/payments/subscriptions/get.md)

---

[API](https://skmtc.dev/solana/apis/solana-developer-platform-api.md) · [All operations](https://skmtc.dev/solana/apis/solana-developer-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/solana/solana-developer-platform-api/revisions/aedc48d5b49e/schema)
