Adyen · Schema

Referenced

PaymentsFinancial ServicesFintech

Properties

Name Type Description
enableStandaloneRefunds boolean Indicates whether referenced refunds are enabled on the standalone terminal.
View JSON Schema on GitHub

JSON Schema

adyen-referenced-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Referenced",
  "title": "Referenced",
  "properties": {
    "enableStandaloneRefunds": {
      "description": "Indicates whether referenced refunds are enabled on the standalone terminal.",
      "type": "boolean"
    }
  },
  "type": "object"
}