{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/checkout-three-ds2-response-data-schema.json", "title": "ThreeDS2ResponseData", "description": "ThreeDS2ResponseData schema from Adyen API", "type": "object", "properties": { "acsChallengeMandated": { "type": "string" }, "acsOperatorID": { "type": "string" }, "acsReferenceNumber": { "type": "string" }, "acsSignedContent": { "type": "string" }, "acsTransID": { "type": "string" }, "acsURL": { "type": "string" }, "authenticationType": { "type": "string" }, "cardHolderInfo": { "type": "string" }, "cavvAlgorithm": { "type": "string" }, "challengeIndicator": { "type": "string" }, "dsReferenceNumber": { "type": "string" }, "dsTransID": { "type": "string" }, "exemptionIndicator": { "type": "string" }, "messageVersion": { "type": "string" }, "riskScore": { "type": "string" }, "sdkEphemPubKey": { "type": "string" }, "threeDSServerTransID": { "type": "string" }, "transStatus": { "type": "string" }, "transStatusReason": { "type": "string" } } }