{ "operationId": "post-getAuthenticationResult", "method": "POST", "path": "/getAuthenticationResult", "summary": "Adyen Get the 3DS Authentication Result", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "post-getAuthenticationResult200Example", "example": { "threeDS1Result": "example_value", "threeDS2Result": "example_value" } }, { "status": "403", "contentType": "application/json", "name": "post-getAuthenticationResult403Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } }, { "status": "422", "contentType": "application/json", "name": "post-getAuthenticationResult422Example", "example": { "additionalData": {}, "errorCode": "CODE123", "errorType": "standard", "message": "example_value", "pspReference": "REF-001", "status": 500 } } ] }