---
title: "Get supported payment systems"
method: GET
path: "/subscriptions/paymentsystems"
tags: ["Subscription Payments"]
---

# Get supported payment systems

`GET /subscriptions/paymentsystems`

Returns all supported payment systems and their supported payment method types.
Currently supports:
* STRIPE with CREDIT_CARD payment type

## Response `200`

When request is successful. Returns a collection of 'PaymentSystem' objects.

- PaymentSystemCollection
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable
  - `self` Link
    - `id` string, nullable
    - `href` string, nullable
    - `relation` string, nullable
    - `method` string, nullable
  - `value` PaymentSystem[], nullable
    - `id` string, nullable — Id of payment system.
    - `supportedPaymentTypes` string[], nullable — List of supported payment method types.

## Other responses

- `500` — When an error occurs while retrieving supported payment systems.

---

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