---
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' | 'paymob' | 'additional-payment-method', required
    - `data` object

## Other responses

- `400` — Bad Request

## Changes

- **2026-08-28** `a18eefe17b94` — 1 warning
  - added the new `paymob` enum value to the `items/gateways/items/type` response property for the response status `200`
- **2026-08-18** `9155568e45b2` — 1 warning
  - added the new `momentusPayments` enum value to the `items/gateways/items/type` response property for the response status `200`

[Change history](https://skmtc.dev/vivenu/apis/vivenu-api/changes/api/public/sellers/:id/payment-methods/get.md)

---

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