Adyen · JSON Structure

Management Surcharge Structure

Surcharge schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

Surcharge 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

askConfirmation configurations

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/management-surcharge-structure.json",
  "description": "Surcharge schema from Adyen API",
  "type": "object",
  "properties": {
    "askConfirmation": {
      "description": "Show the surcharge details on the terminal, so the shopper can confirm.",
      "type": "boolean"
    },
    "configurations": {
      "description": "Surcharge fees or percentages for specific payment methods, funding sources (credit or debit), and currencies.",
      "items": {
        "$ref": "#/components/schemas/Configuration"
      },
      "type": "array"
    }
  },
  "name": "Surcharge"
}