Adyen · JSON Structure

Transfer Webhooks Transaction Rule Source Structure

TransactionRuleSource schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

id type

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-source-structure.json",
  "description": "TransactionRuleSource schema from Adyen API",
  "type": "object",
  "properties": {
    "id": {
      "description": "ID of the resource, when applicable.",
      "type": "string"
    },
    "type": {
      "description": "Indicates the type of resource for which the transaction rule is defined.\n\nPossible values:\n\n * **PaymentInstrumentGroup**\n\n* **PaymentInstrument**\n\n* **BalancePlatform**\n\n* **EntityUsageConfiguration**\n\n* **PlatformRule**: The transaction rule is a platform-wide rule imposed by Adyen.",
      "type": "string"
    }
  },
  "name": "TransactionRuleSource"
}