Logo
Adyen APIs API Documentation

Submit 3D Secure 2 authentication result

POST {{baseUrl}}/payments/details

Submits details for a payment created using /payments. This step is only needed when no final state has been reached on the /payments request, for example when the shopper was redirected to another page to complete the payment.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string
Idempotency-Key
null A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).




RESPONSES

status OK

{ "resultCode": "Authorised", "pspReference": "V4HZ4RBFJGXXGN82" }



Curl
curl -X POST 'https://checkout-test.adyen.com/v71/payments/details' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Idempotency-Key: ' -d '{"details":{"threeDSResult":"eyJ0cmFuc1N0YXR1cyI6IlkifQ=="}}'

ENDPOINTS