---
title: "Get available web subscription products"
method: GET
path: "/v1/payments/products"
tags: ["Stripe Payments"]
---

# Get available web subscription products

`GET /v1/payments/products`

Returns all available web subscription products with their Stripe price IDs and coin amounts. Use this endpoint to fetch the latest plans for the frontend paywall.

## Response `200`

Web subscription products retrieved successfully

- WebSubscriptionProductsResponseDto
  - `products` WebSubscriptionProductDto[], required — List of available web subscription products
    - `planId` string, required — Plan ID used to identify the product
    - `priceId` string, required — Stripe Price ID for the plan
    - `initialCoinsAmount` number, required — Initial coins granted when subscribing
    - `recurringCoinsAmount` number, required — Recurring coins amount per interval
    - `recurringDepositInterval` number, required — Recurring deposit interval in days

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
