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=="
}
}Errors
| HTTP Status code | Error code | Message |
|---|---|---|
| 400 | REQ0001 | Invalid request body |
| 401 | AUTH0001 | Missing required JWT |
| 401 | AUTH0002 | Invalid JWT token |
| 422 | ADYEN0002 | Payment refused |
| 422 | ADYEN0003 | Cancelled |
| 422 | ADYEN0004 | Error |
| 500 | ADYEN0005 | Unable to process payment |
| 500 | SXXXX (X - number) | Internal Server Error |
