---
title: "List the user's Stripe subscriptions"
method: GET
path: "/blaize/payment/stripe/subscriptions"
tags: ["Stripe Payments"]
---

# List the user's Stripe subscriptions

`GET /blaize/payment/stripe/subscriptions`

Lists the user's Stripe subscriptions.

## Response `200`

OK

- StripeSubscription[]
  - `billingFrequency` integer
  - `billingFrequencyUnit` 'DAY' | 'WEEK' | 'MONTH' | 'YEAR'
  - `blaizeProduct` StripeSubscriptionProduct
    - `description` string
    - `id` string
    - `label` string
    - `subTenantId` string
    - `tenantId` string
  - `currencyCode` string
  - `discountsApplied` boolean
  - `ended` string, date-time
  - `ends` string, date-time
  - `externalId` string
  - `managedBy` string
  - `multiphasePlan` boolean
  - `nextBillingTime` string, date-time
  - `paidThroughDate` string, date-time
  - `planId` string
  - `planName` string
  - `preDiscountPrice` number
  - `state` string
  - `taxRates` StripeSubscriptionTaxRate[]
    - `active` boolean
    - `displayName` string
    - `isTaxInclusive` boolean
    - `taxPercent` number
  - `transactionRecords` TransactionRecord[]
    - `cents` number
    - `currency` StripeSubscriptionCurrency
      - `currencyCode` string
    - `cycle` string
    - `cycleCount` integer
    - `humanReadableAmount` string
    - `taxRate` StripeSubscriptionTaxRate
      - `active` boolean
      - `displayName` string
      - `isTaxInclusive` boolean
      - `taxPercent` number
    - `time` string, date-time

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
