Adyen · Schema

TransactionRuleReference

TransactionRuleReference schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
description string The description of the resource.
id string The unique identifier of the resource.
outcomeType string The outcome type of the rule.
reference string The reference for the resource.
score integer The score of the rule in case it's a scoreBased rule.
View JSON Schema on GitHub

JSON Schema

transfer-webhooks-transaction-rule-reference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/transfer-webhooks-transaction-rule-reference-schema.json",
  "title": "TransactionRuleReference",
  "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.",
      "format": "int32",
      "type": "integer"
    }
  }
}