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

Changed in 3 of the 74 revisions of this API.51

    • ●

      added the new card_bin enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new amount_in_usd enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new in_cidr enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new ip_address enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new number enum value to the // response property for the response status

      response-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      endpoint added

      endpoint-added

Of the 74 revisions, 1 has no diff computed.