v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-092154381.1 MB
Auth Rules

Calculated Feature values

Fetches the current calculated Feature values for the given Auth Rule

This only calculates the features for the active version.

  • VelocityLimit Rules calculates the current Velocity Feature data. This requires a card_token or account_token matching what the rule is Scoped to.
  • ConditionalBlock Rules calculates the CARD_TRANSACTION_COUNT_* attributes on the rule. This requires a card_token
get/v2/auth_rules/{auth_rule_token}/features

Path parameters

auth_rule_tokenstring uuid required

Query parameters

account_tokenstring uuid
card_tokenstring uuid

Response

Calculated Feature values for the given Auth Rule

evaluatedstring date-time required

Timestamp at which the Features were evaluated

Example response

{
  "features": [
    {
      "filters": {
        "include_mccs": [
          "5542"
        ],
        "exclude_mccs": [
          "5542"
        ],
        "include_countries": [
          "USD"
        ],
        "exclude_countries": [
          "USD"
        ]
      }
    }
  ]
}