{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-dragonpay-details-structure.json", "description": "DragonpayDetails schema from Adyen API", "type": "object", "properties": { "checkoutAttemptId": { "x-addedInVersion": "68", "description": "The checkout attempt identifier.", "type": "string" }, "issuer": { "description": "The Dragonpay issuer value of the shopper's selected bank. Set this to an **id** of a Dragonpay issuer to preselect it.", "type": "string" }, "shopperEmail": { "description": "The shopper\u2019s email address.", "type": "string" }, "type": { "description": "**dragonpay**", "enum": [ "dragonpay_ebanking", "dragonpay_otc_banking", "dragonpay_otc_non_banking", "dragonpay_otc_philippines" ], "type": "string" } }, "required": [ "type", "issuer" ], "additionalProperties": false, "name": "DragonpayDetails" }