Build 2026-01-12 14:01:28
The Adyen Checkout Adapter API is used to create and manage a Adyen Checkout Order.
https://docs.norce.io/
{ "resultCode": 1, "action": { "isNullable": true, "schemaType": "string", "actualInstance": null }, "additionalData": { "property1": "string", "property2": "string" }, "amount": { "currency": "string", "value": 0 }, "donationToken": "string", "fraudResult": { "accountScore": 0, "results": [ … ] }, "merchantReference": "string", "order": { "amount": { … }, "expiresAt": "string", "orderData": "string", "pspReference": "string", "reference": "string", "remainingAmount": { … } }, "paymentMethod": { "brand": "string", "type": "string" }, "pspReference": "string", "refusalReason": "string", "refusalReasonCode": "string", "threeDS2ResponseData": { "acsChallengeMandated": "string", "acsOperatorID": "string", "acsReferenceNumber": "string", "acsSignedContent": "string", "acsTransID": "string", "acsURL": "string", "authenticationType": "string", "cardHolderInfo": "string", "cavvAlgorithm": "string", "challengeIndicator": "string", "dsReferenceNumber": "string", "dsTransID": "string", "exemptionIndicator": "string", "messageVersion": "string", "riskScore": "string", "sdkEphemPubKey": "string", "threeDSServerTransID": "string", "transStatus": "string", "transStatusReason": "string" }, "threeDS2Result": { "challengeCancel": 1, "exemptionIndicator": 1, "threeDSRequestorChallengeInd": 1, "authenticationValue": "string", "cavvAlgorithm": "string", "dsTransID": "string", "eci": "string", "messageVersion": "string", "riskScore": "string", "threeDSServerTransID": "string", "timestamp": "string", "transStatus": "string", "transStatusReason": "string", "whiteListStatus": "string" }, "threeDSPaymentData": "string" }