---
title: "List subscription collection attempts"
method: GET
path: "/v1/payments/subscriptions/{subscriptionId}/collection-attempts"
tags: ["Payments"]
---

# List subscription collection attempts

`GET /v1/payments/subscriptions/{subscriptionId}/collection-attempts`

Lists collection attempts for a recurring-payment subscription.

## Path parameters

- `subscriptionId` string, required — SDP subscription record ID.

## Query parameters

- `status` 'pending' | 'processing' | 'confirmed' | 'failed' | 'skipped' — Collection attempt status.
- `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`

Collection attempt list

- object — Standard success response envelope.
  - `data` object, required — Collection attempt list response payload.
    - `collectionAttempts` object[], required
      - `id` string, required — Collection attempt ID.
      - `organizationId` string, required — Organization identifier.
      - `projectId` string, required — Project identifier.
      - `subscriptionId` string, required — Subscription ID.
      - `transferId` string, nullable, required — Payment transfer record ID when linked.
      - `token` string, required — Token mint or normalized token identifier.
      - `amount` string, required — Token amount in UI units (decimal string).
      - `dueAt` string, date-time, required — ISO 8601 timestamp.
      - `attemptedAt` string, date-time, nullable, required — ISO 8601 timestamp.
      - `status` 'pending' | 'processing' | 'confirmed' | 'failed' | 'skipped', required — Collection attempt status.
      - `signature` string, nullable, required — Solana transaction signature.
      - `error` string, nullable, required — Collection error, if any.
      - `metadata` object, required — Provider/job metadata for the attempt.
      - `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
- `404` — Error
- `500` — Error

---

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