Adyen · Schema

TransactionRuleSource

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

adyen-transactionrulesource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransactionRuleSource",
  "title": "TransactionRuleSource",
  "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"
    }
  }
}