Payment Rules

List fields

Small and returned in full on one page.

get/payment_rules/fields

Response

The fields a condition can read, with the operators and values each one accepts

Example response

{
  "data": [
    {
      "field": "risk_score",
      "maximum": 100,
      "operators": [
        "eq"
      ],
      "options": [
        {
          "label": "Abkhazia",
          "value": "AB"
        }
      ],
      "type": "integer"
    }
  ],
  "page_info": {
    "start_cursor": "WyJjdXJzb3IiLDFd"
  }
}

Changes