{ "$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" }