---
title: "Payment Rules"
method: PUT
path: "/v1/channel/payment-rules"
tags: ["Meta"]
---

# Payment Rules

`PUT /v1/channel/payment-rules`

Payment Rules

## Request body

- PaymentRules — Payment rules supported by the channel — list of accepted payment methods.
  - `supportedPaymentMethodList` SupportedPaymentMethod[], required
    - `paymentMethodId` string, required
    - `displayName` string

## Response `201`

Payment Rules Created

## Other responses

- `400` — Bad Request
- `401` — Access forbidden, invalid or unknown Token was used.
- `404` — Requested resource not found.
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
