Finalize payment with Adyen

Use /connectors/adyen/initial-payment/finalize to finalize payments that require additional action from customers. If initial payment returns action object, call this endpoint to finalize payment.
It is used for 3D Secure.

{
    orderId: 123456789,
    details: {
        threeDSResult: "eyJ0cmFuc1N0YXR1cyI6IlkifQ=="
    }
}

Errors

HTTP Status codeError codeMessage
400REQ0001Invalid request body
401AUTH0001Missing required JWT
401AUTH0002Invalid JWT token
422ADYEN0002Payment refused
422ADYEN0003Cancelled
422ADYEN0004Error
500ADYEN0005Unable to process payment
500SXXXX (X - number)Internal Server Error
Language
Credentials
Header
Click Try It! to start a request and see the response here!