---
title: "Get payment methods for a given merchant"
method: GET
path: "/merchants/{merchant_ref}/payment_methods"
tags: ["Payment Methods"]
---

# Get payment methods for a given merchant

`GET /merchants/{merchant_ref}/payment_methods`

## Path parameters

- `merchant_ref` string, required

## Headers

- `Sequra-Merchant-Id` string, required

## Response `200`

payment methods found

- PaymentOptions
  - `payment_options` object[]
    - `category` string, required
    - `title` string, required
    - `description` string, required
    - `icon` string, nullable
    - `methods` PaymentMethod[], required — Available payment methods
      - `product` string, required — SeQura product code
      - `campaign` string, nullable — SeQura campaign code
      - `title` string, required — Payment method title
      - `long_title` string, required — Payment method long title
      - `claim` string, nullable — Payment method claim
      - `description` string, nullable — Payment method description
      - `icon` string, nullable — Payment method icon in SVG format
      - `cost` object, required — Payment method cost. Only valid for specific orders.
        - `setup_fee` number, required — Setup fee
        - `instalment_fee` number, required — Instalment fee
        - `down_payment_fees` number, required — Down payment fees
        - `instalment_total` number, required — Instalment total
      - `cost_description` string, nullable — Description of payment method cost
      - `starts_at` string, date-time, required — Payment method available from this date on
      - `ends_at` string, date-time, required — Payment method available until this date
      - `widget` string, nullable — Payment method widget
      - `info_widget` string, nullable — Payment method info widget
      - `min_amount` number, nullable — Minimum amount for this payment method
      - `max_amount` number, nullable — Maximum amount for this payment method

## Other responses

- `401` — unauthorized
- `403` — merchant not found

---

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