---
title: "GET /paid-methods"
method: GET
path: "/paid-methods"
tags: ["PaidMethods"]
---

# GET /paid-methods

`GET /paid-methods`

## Get paid methods
 Get all available payment methods for the products I am subscribed to and that are enabled as a collection source

## Query parameters

- `authorization` string, required
- `companyProductId` number, required

## Response `200`

Array of paid methods, containing id (paidMethodId), description and paymentChannel: electronic (PSE, bank transfer), pos (point of sale), cripto, cash (cash payment)

- object[]
  - `id` number
  - `description` string
  - `paymentChannel` string

---

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