---
title: "Get the last 10 subscription payments."
method: GET
path: "/users/subscription/payments"
tags: ["Users"]
---

# Get the last 10 subscription payments.

`GET /users/subscription/payments`

Subscription payments are generated throughout the lifecycle of a subscription, typically there is one at the time of purchase and then one for each renewal.

## Response `200`

OK

- ResponsesUserSubscriptionPaymentsResponse
  - `data` object[], required
    - `attributes` object, required
      - `billing_reason` string, required
      - `card_brand` string, required
      - `card_last_four` string, required
      - `created_at` string, required
      - `currency` string, required
      - `currency_rate` string, required
      - `discount_total` integer, required
      - `discount_total_formatted` string, required
      - `discount_total_usd` integer, required
      - `refunded` boolean, required
      - `refunded_amount` integer, required
      - `refunded_amount_formatted` string, required
      - `refunded_amount_usd` integer, required
      - `refunded_at` unknown, required
      - `status` string, required
      - `status_formatted` string, required
      - `subtotal` integer, required
      - `subtotal_formatted` string, required
      - `subtotal_usd` integer, required
      - `tax` integer, required
      - `tax_formatted` string, required
      - `tax_inclusive` boolean, required
      - `tax_usd` integer, required
      - `total` integer, required
      - `total_formatted` string, required
      - `total_usd` integer, required
      - `updated_at` string, required
    - `id` string, required
    - `type` string, required
  - `message` string, required
  - `status` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

> 25 revisions in range; 1 could not be searched.

- **2026-01-13** `a5d7ff64b712` — 1 info
  - endpoint added
- **2023-12-22** `7e5887f7aceb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ndolestudio/apis/httpsms-api-reference/changes/users/subscription/payments/get.md)

---

[API](https://skmtc.dev/ndolestudio/apis/httpsms-api-reference.md) · [All operations](https://skmtc.dev/ndolestudio/apis/httpsms-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ndolestudio/httpsms-api-reference/revisions/7e5d7ce790b3/schema)
