Sends payment parameters (like amount, country, and currency) together with other required input details collected from the shopper.
Transaction data from Adyen front-end
OK
Bad Request
Not Found
null
{- "resultCode": "authenticationFinished",
- "action": {
- "isNullable": true,
- "schemaType": "string",
- "actualInstance": null
}, - "additionalData": {
- "property1": "string",
- "property2": "string"
}, - "amount": {
- "currency": "string",
- "value": 0
}, - "donationToken": "string",
- "fraudResult": {
- "accountScore": 0,
- "results": [
- {
- "accountScore": 0,
- "checkId": 0,
- "name": "string"
}
]
}, - "merchantReference": "string",
- "order": {
- "amount": {
- "currency": "string",
- "value": 0
}, - "expiresAt": "string",
- "orderData": "string",
- "pspReference": "string",
- "reference": "string",
- "remainingAmount": {
- "currency": "string",
- "value": 0
}
}, - "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": "_01",
- "exemptionIndicator": "lowValue",
- "threeDSRequestorChallengeInd": "_01",
- "authenticationValue": "string",
- "cavvAlgorithm": "string",
- "dsTransID": "string",
- "eci": "string",
- "messageVersion": "string",
- "riskScore": "string",
- "threeDSServerTransID": "string",
- "timestamp": "string",
- "transStatus": "string",
- "transStatusReason": "string",
- "whiteListStatus": "string"
}, - "threeDSPaymentData": "string"
}