Logo
Adyen API Documentation

Submits details for a payment.

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 for 3D Secure, or when getting redirected back directly from a payment method using an app switch).

The exact details, which need to be sent to this endpoint, are always specified in the response of the associated /payments request.

In addition, the endpoint can be used to verify a payload, which is returned after coming back from th

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://checkout-test.adyen.com/v51/payments/details'

ENDPOINTS