---
title: "GET /api/public/sellers/{id}/payment-methods"
method: GET
path: "/api/public/sellers/{id}/payment-methods"
tags: ["api", "sellers", "payments", "methods"]
---

# GET /api/public/sellers/{id}/payment-methods

`GET /api/public/sellers/{id}/payment-methods`

Get Sellers Payment Methods

## Path parameters

- `id` union, required — Id of the seller
  - string
  - string

## Query parameters

- `channel` 'online' | 'subscription' — Channel of the payment

## Response `200`

OK

- object[]
  - `paypal` boolean, required
  - `klarna` boolean, required
  - `ideal` boolean, required
  - `sepa` boolean, required
  - `creditcard` boolean, required
  - `mobilepay` boolean, required
  - `gateways` object[]
    - `_id` string, required
    - `name` string, required
    - `type` 'stripe' | 'paypal' | 'adyen' | 'custom' | 'cardconnect' | 'worldline' | 'shift4' | 'authorizenet' | 'wallee' | 'square' | 'payfast' | 'touchnet' | 'transact' | 'unzer' | 'monext' | 'vivenuPayments' | 'ebanx' | 'rapyd' | 'momentusPayments' | 'additional-payment-method', required
    - `data` object

## Other responses

- `400` — Bad Request

---

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