Adyen · JSON Structure

Transfer Webhooks Transaction Rule Reference Structure

TransactionRuleReference schema from Adyen API

Type: object Properties: 5
PaymentsFinancial ServicesFintech

TransactionRuleReference is a JSON Structure definition published by Adyen, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

description id outcomeType reference score

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/transfer-webhooks-transaction-rule-reference-structure.json",
  "description": "TransactionRuleReference schema from Adyen API",
  "type": "object",
  "properties": {
    "description": {
      "description": "The description of the resource.",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the resource.",
      "type": "string"
    },
    "outcomeType": {
      "x-addedInVersion": "4",
      "description": "The outcome type of the rule.",
      "type": "string"
    },
    "reference": {
      "description": "The reference for the resource.",
      "type": "string"
    },
    "score": {
      "x-addedInVersion": "4",
      "description": "The score of the rule in case it's a scoreBased rule.",
      "type": "int32"
    }
  },
  "name": "TransactionRuleReference"
}