For an authenticated 3D Secure 2 session, completes the payment authorisation. This endpoint must receive the threeDS2Token and threeDS2Result parameters.
For more information, refer to 3D Secure 2.
POST
/authorise3ds2
curl \
--request POST 'https://pal-test.adyen.com/pal/servlet/Payment/v40/authorise3ds2' \
--header "Content-Type: application/json" \
--data '{
"accountInfo": {
"accountAgeIndicator": "notApplicable",
"accountChangeDate": "2026-05-04T09:42:00Z",
"accountChangeIndicator": "thisTransaction",
"accountCreationDate": "2026-05-04T09:42:00Z",
"addCardAttemptsDay": 42,
"deliveryAddressUsageDate": "2026-05-04T09:42:00Z",
"deliveryAddressUsageIndicator": "thisTransaction",
"homePhone": "string",
"mobilePhone": "string",
"passwordChangeDate": "2026-05-04T09:42:00Z",
"passwordChangeIndicator": "notApplicable",
"pastTransactionsDay": 42,
"pastTransactionsYear": 42,
"paymentAccountAge": "2026-05-04T09:42:00Z",
"paymentAccountIndicator": "notApplicable",
"purchasesLast6Months": 42,
"suspiciousActivity": true,
"workPhone": "string"
},
"additionalAmount": {
"currency": "string",
"value": 42
},
"additionalData": {},
"amount": {
"currency": "string",
"value": 42
},
"billingAddress": {
"city": "string",
"country": "string",
"houseNumberOrName": "string",
"postalCode": "string",
"stateOrProvince": "string",
"street": "string"
},
"browserInfo": {
"acceptHeader": "string",
"colorDepth": 42,
"javaEnabled": true,
"language": "string",
"screenHeight": 42,
"screenWidth": 42,
"timeZoneOffset": 42,
"userAgent": "string"
},
"captureDelayHours": 42,
"dateOfBirth": "2026-05-04T09:42:00Z",
"dccQuote": {
"account": "string",
"accountType": "string",
"baseAmount": {
"currency": "string",
"value": 42
},
"basePoints": 42,
"buy": {
"currency": "string",
"value": 42
},
"interbank": {
"currency": "string",
"value": 42
},
"reference": "string",
"sell": {
"currency": "string",
"value": 42
},
"signature": "string",
"source": "string",
"type": "string",
"validTill": "2026-05-04T09:42:00Z"
},
"deliveryAddress": {
"city": "string",
"country": "string",
"houseNumberOrName": "string",
"postalCode": "string",
"stateOrProvince": "string",
"street": "string"
},
"deliveryDate": "2026-05-04T09:42:00Z",
"deviceFingerprint": "string",
"fraudOffset": 42,
"installments": {
"value": 42
},
"mcc": "string",
"merchantAccount": "string",
"merchantOrderReference": "string",
"merchantRiskIndicator": {
"addressMatch": true,
"deliveryAddressIndicator": "shipToBillingAddress",
"deliveryEmail": "string",
"deliveryTimeframe": "electronicDelivery",
"giftCardAmount": {
"currency": "string",
"value": 42
},
"giftCardCount": 42,
"preOrderDate": "2026-05-04T09:42:00Z",
"preOrderPurchase": true,
"reorderItems": true
},
"metadata": {},
"orderReference": "string",
"recurring": {
"contract": "ONECLICK",
"recurringDetailName": "string",
"recurringExpiry": "2026-05-04T09:42:00Z",
"recurringFrequency": "string",
"tokenService": "VISATOKENSERVICE"
},
"recurringProcessingModel": "CardOnFile",
"reference": "string",
"selectedBrand": "string",
"selectedRecurringDetailReference": "string",
"sessionId": "string",
"shopperEmail": "string",
"shopperIP": "string",
"shopperInteraction": "Ecommerce",
"shopperLocale": "string",
"shopperName": {
"firstName": "string",
"gender": "MALE",
"infix": "string",
"lastName": "string"
},
"shopperReference": "string",
"shopperStatement": "string",
"socialSecurityNumber": "string",
"splits": [
{
"account": "string",
"amount": {
"currency": "string",
"value": 42
},
"description": "string",
"reference": "string",
"type": "Commission"
}
],
"store": "string",
"telephoneNumber": "string",
"threeDS2RequestData": {
"authenticationOnly": true,
"challengeIndicator": "noPreference",
"deviceChannel": "string",
"deviceRenderOptions": {
"sdkInterface": "Html",
"sdkUiType": [
"multiSelect"
]
},
"messageVersion": "string",
"notificationURL": "string",
"sdkAppID": "string",
"sdkEncData": "string",
"sdkEphemPubKey": {
"crv": "string",
"kty": "string",
"x": "string",
"y": "string"
},
"sdkMaxTimeout": 42,
"sdkReferenceNumber": "string",
"sdkTransID": "string",
"threeDSRequestorID": "string",
"threeDSRequestorName": "string",
"threeDSRequestorURL": "string"
},
"threeDS2Result": {
"authenticationValue": "string",
"dsTransID": "string",
"eci": "string",
"threeDSServerTransID": "string",
"timestamp": "string",
"transStatus": "string",
"transStatusReason": "string"
},
"threeDS2Token": "string",
"totalsGroup": "string",
"trustedShopper": true
}'
Request examples
{
"accountInfo": {
"accountAgeIndicator": "notApplicable",
"accountChangeDate": "2026-05-04T09:42:00Z",
"accountChangeIndicator": "thisTransaction",
"accountCreationDate": "2026-05-04T09:42:00Z",
"addCardAttemptsDay": 42,
"deliveryAddressUsageDate": "2026-05-04T09:42:00Z",
"deliveryAddressUsageIndicator": "thisTransaction",
"homePhone": "string",
"mobilePhone": "string",
"passwordChangeDate": "2026-05-04T09:42:00Z",
"passwordChangeIndicator": "notApplicable",
"pastTransactionsDay": 42,
"pastTransactionsYear": 42,
"paymentAccountAge": "2026-05-04T09:42:00Z",
"paymentAccountIndicator": "notApplicable",
"purchasesLast6Months": 42,
"suspiciousActivity": true,
"workPhone": "string"
},
"additionalAmount": {
"currency": "string",
"value": 42
},
"additionalData": {},
"amount": {
"currency": "string",
"value": 42
},
"billingAddress": {
"city": "string",
"country": "string",
"houseNumberOrName": "string",
"postalCode": "string",
"stateOrProvince": "string",
"street": "string"
},
"browserInfo": {
"acceptHeader": "string",
"colorDepth": 42,
"javaEnabled": true,
"language": "string",
"screenHeight": 42,
"screenWidth": 42,
"timeZoneOffset": 42,
"userAgent": "string"
},
"captureDelayHours": 42,
"dateOfBirth": "2026-05-04T09:42:00Z",
"dccQuote": {
"account": "string",
"accountType": "string",
"baseAmount": {
"currency": "string",
"value": 42
},
"basePoints": 42,
"buy": {
"currency": "string",
"value": 42
},
"interbank": {
"currency": "string",
"value": 42
},
"reference": "string",
"sell": {
"currency": "string",
"value": 42
},
"signature": "string",
"source": "string",
"type": "string",
"validTill": "2026-05-04T09:42:00Z"
},
"deliveryAddress": {
"city": "string",
"country": "string",
"houseNumberOrName": "string",
"postalCode": "string",
"stateOrProvince": "string",
"street": "string"
},
"deliveryDate": "2026-05-04T09:42:00Z",
"deviceFingerprint": "string",
"fraudOffset": 42,
"installments": {
"value": 42
},
"mcc": "string",
"merchantAccount": "string",
"merchantOrderReference": "string",
"merchantRiskIndicator": {
"addressMatch": true,
"deliveryAddressIndicator": "shipToBillingAddress",
"deliveryEmail": "string",
"deliveryTimeframe": "electronicDelivery",
"giftCardAmount": {
"currency": "string",
"value": 42
},
"giftCardCount": 42,
"preOrderDate": "2026-05-04T09:42:00Z",
"preOrderPurchase": true,
"reorderItems": true
},
"metadata": {},
"orderReference": "string",
"recurring": {
"contract": "ONECLICK",
"recurringDetailName": "string",
"recurringExpiry": "2026-05-04T09:42:00Z",
"recurringFrequency": "string",
"tokenService": "VISATOKENSERVICE"
},
"recurringProcessingModel": "CardOnFile",
"reference": "string",
"selectedBrand": "string",
"selectedRecurringDetailReference": "string",
"sessionId": "string",
"shopperEmail": "string",
"shopperIP": "string",
"shopperInteraction": "Ecommerce",
"shopperLocale": "string",
"shopperName": {
"firstName": "string",
"gender": "MALE",
"infix": "string",
"lastName": "string"
},
"shopperReference": "string",
"shopperStatement": "string",
"socialSecurityNumber": "string",
"splits": [
{
"account": "string",
"amount": {
"currency": "string",
"value": 42
},
"description": "string",
"reference": "string",
"type": "Commission"
}
],
"store": "string",
"telephoneNumber": "string",
"threeDS2RequestData": {
"authenticationOnly": true,
"challengeIndicator": "noPreference",
"deviceChannel": "string",
"deviceRenderOptions": {
"sdkInterface": "Html",
"sdkUiType": [
"multiSelect"
]
},
"messageVersion": "string",
"notificationURL": "string",
"sdkAppID": "string",
"sdkEncData": "string",
"sdkEphemPubKey": {
"crv": "string",
"kty": "string",
"x": "string",
"y": "string"
},
"sdkMaxTimeout": 42,
"sdkReferenceNumber": "string",
"sdkTransID": "string",
"threeDSRequestorID": "string",
"threeDSRequestorName": "string",
"threeDSRequestorURL": "string"
},
"threeDS2Result": {
"authenticationValue": "string",
"dsTransID": "string",
"eci": "string",
"threeDSServerTransID": "string",
"timestamp": "string",
"transStatus": "string",
"transStatusReason": "string"
},
"threeDS2Token": "string",
"totalsGroup": "string",
"trustedShopper": true
}
Response examples (200)
{
"additionalData": {},
"authCode": "string",
"dccAmount": {
"currency": "string",
"value": 42
},
"dccSignature": "string",
"fraudResult": {
"accountScore": 42,
"results": [
{
"accountScore": 42,
"checkId": 42,
"name": "string"
}
]
},
"issuerUrl": "string",
"md": "string",
"paRequest": "string",
"pspReference": "string",
"refusalReason": "string",
"resultCode": "Authorised"
}