---
title: "Get subscription payment details"
method: GET
path: "/v1/subscription-payments/{subscriptionPaymentId}"
tags: ["SubscriptionPayment"]
---

# Get subscription payment details

`GET /v1/subscription-payments/{subscriptionPaymentId}`

Retrieves detailed information about a specific subscription payment.

## Path parameters

- `subscriptionPaymentId` string, uuid, required

## Response `200`

Payment details retrieved successfully

- SubscriptionPaymentResponseWrapper
  - `data` object, nullable
    - `subscriptionPaymentId` string, uuid
    - `subscriptionId` string, uuid
    - `status` string — Payment status. Values: PENDING, IN_PROGRESS, PAID, FAILED, CANCELLED
    - `amount` integer — Payment amount in cents
    - `payDate` string, date-time
    - `scheduledDate` string, date-time
    - `internalReferenceId` string
    - `description` string, nullable
    - `retries` SubscriptionPaymentRetry[]
      - `id` string, uuid
      - `subscriptionPaymentId` string, uuid
      - `createdDate` string, date-time
      - `status` string
      - `retryNumber` integer
      - `errorReason` string, nullable
      - `pspReference` string, nullable
    - `cancellationReason` string, nullable
    - `cancellationDate` string, date-time, nullable
    - `cancellationStatus` string, nullable
    - `cancellationPspReference` string, nullable
  - `errors` ApiError[]
    - `errorCode` string
    - `errorMessage` string
  - `status` boolean — Indicates if the request was successful

## Other responses

- `404` — Payment not found

---

[API](https://skmtc.net/payretailers/apis/transaction.md) · [All operations](https://skmtc.net/payretailers/apis/transaction/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payretailers/transaction/revisions/b022ee3a593d/schema)
