post https://mediastoreapi-sandbox.cleeng.com/connectors/adyen/initial-payment/finalize
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=="
}
}