Adyen · Schema

TransactionRuleSource

TransactionRuleSource schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
id string ID of the resource, when applicable.
type string Indicates the type of resource for which the transaction rule is defined. Possible values: * **PaymentInstrumentGroup** * **PaymentInstrument** * **BalancePlatform** * **EntityUsageConfiguration** * *
View JSON Schema on GitHub

JSON Schema

notification-webhooks-transaction-rule-source-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/notification-webhooks-transaction-rule-source-schema.json",
  "title": "TransactionRuleSource",
  "description": "TransactionRuleSource schema from Adyen API",
  "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"
    }
  },
  "type": "object"
}