v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
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": "US",
      "rules": [
        {
          "displayName": "Account Name",
          "minLength": 5,
          "displayOrder": 0,
          "description": "The bank branch, account number prefix and account number suffix; with hyphen separators.",
          "required": true,
          "maxLength": 50,
          "validation": "^[0-9]{6,11}$",
          "element": "accountName"
        },
        {
          "displayName": "Account Name",
          "minLength": 5,
          "displayOrder": 0,
          "description": "The bank branch, account number prefix and account number suffix; with hyphen separators.",
          "required": true,
          "maxLength": 50,
          "validation": "^[0-9]{6,11}$",
          "element": "accountName"
        }
      ]
    },
    {
      "isoCountryCode": "US",
      "rules": [
        {
          "displayName": "Account Name",
          "minLength": 5,
          "displayOrder": 0,
          "description": "The bank branch, account number prefix and account number suffix; with hyphen separators.",
          "required": true,
          "maxLength": 50,
          "validation": "^[0-9]{6,11}$",
          "element": "accountName"
        },
        {
          "displayName": "Account Name",
          "minLength": 5,
          "displayOrder": 0,
          "description": "The bank branch, account number prefix and account number suffix; with hyphen separators.",
          "required": true,
          "maxLength": 50,
          "validation": "^[0-9]{6,11}$",
          "element": "accountName"
        }
      ]
    }
  ]
}