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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
{
    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
Body Params
int32
required

ID of Cleeng order (with Adyen paymentMethodId).

details
object

The state.data.details from the Aden Drop-in onAdditionalDetails event. details object is optional, but if it is provided at least one of the following values is required: redirectResult, threeds2ChallengeResult, threeDSResult or payload.

string

The paymentData value from /connectors/adyen/initial-payment request. Required when /connectors/adyen/initial-payment response returns this value.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json