{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-payment-verification-request-structure.json", "description": "PaymentVerificationRequest schema from Adyen API", "type": "object", "properties": { "payload": { "description": "Encrypted and signed payment result data. You should receive this value from the Checkout SDK after the shopper completes the payment.", "maxLength": 40000, "type": "string" } }, "required": [ "payload" ], "name": "PaymentVerificationRequest" }