---
title: "Products Handler"
method: GET
path: "/payments/products"
---

# Products Handler

`GET /payments/products`

## Response `200`

Successful Response

- Product[]
  - `name` string, required
  - `price_id` string, nullable
  - `monthly_cost` integer, nullable
  - `additional_unit_cost` number, nullable
  - `char_limit` integer, nullable
  - `chars_per_unit` integer, nullable

---

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