Countries

List Payment Channel Country Rules

List the country specific payment channel rules.

get/v1/paymentChannelRules

Response

List Payment Channel Country Rules

Example response

{
  "bank": [
    {
      "isoCountryCode": "isoCountryCode",
      "rules": [
        {
          "displayName": "displayName",
          "minLength": 0,
          "displayOrder": 1,
          "required": true,
          "maxLength": 6,
          "validation": "validation",
          "element": "element"
        },
        {
          "displayName": "displayName",
          "minLength": 0,
          "displayOrder": 1,
          "required": true,
          "maxLength": 6,
          "validation": "validation",
          "element": "element"
        }
      ]
    },
    {
      "isoCountryCode": "isoCountryCode",
      "rules": [
        {
          "displayName": "displayName",
          "minLength": 0,
          "displayOrder": 1,
          "required": true,
          "maxLength": 6,
          "validation": "validation",
          "element": "element"
        },
        {
          "displayName": "displayName",
          "minLength": 0,
          "displayOrder": 1,
          "required": true,
          "maxLength": 6,
          "validation": "validation",
          "element": "element"
        }
      ]
    }
  ]
}

Changes