---
title: "List Payment Channel Country Rules"
method: GET
path: "/v1/paymentChannelRules"
tags: ["Countries"]
deprecated: true
---

# List Payment Channel Country Rules

`GET /v1/paymentChannelRules`

> **Deprecated.**

List the country specific payment channel rules.

## Response `200`

List Payment Channel Country Rules

- PaymentChannelRulesResponse
  - `bank` PaymentChannelCountry[]
    - `isoCountryCode` string, required — The ISO code for the country
    - `rules` PaymentChannelRule[], required — The rules for the given country
      - `element` string, required — <p>the rule element</p> <p>will match a given element name for a payment channel configuration
      - `required` boolean, required — is this element required
      - `displayName` string, required — User friendly name
      - `minLength` integer — mininum length of the element data
      - `maxLength` integer — maximum length of the element data
      - `validation` string, required — a regex to validate the element data
      - `displayOrder` integer
      - `description` string — An optional description, or hint, as to how the user should enter the field value.

## Other responses

- `401` — Invalid access token. May be expired or invalid

---

[API](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
