Adyen / adyen-magento2

Adyen Payment plugin for Magento2
MIT License
150 stars 196 forks source link

Implement captureDelayHours in SFCC cartridge #2642

Closed nishad-ashraf closed 1 month ago

nishad-ashraf commented 1 month ago

Is your feature request related to a problem? Please describe. We are using Adyen SFCC cartridges, and are having issues with Givex (via Adyen) not being able to process the payment capture because the capture request call is occurring immediately. Givex recommended delaying the capture to resolve this issue. The Adyen support team confirmed that, in the Adyen SFCC cartridge, the captureDelayHours is currently not sent in the payment request. They suggested if we customize the code, they will not be able to provide any support and further requested that we raise a feature request to send the captureDelayHours in the payment request itself, allowing the client to independently adjust the delay for each payment method.

Describe the solution you'd like The payment request should include captureDelayHours so that the client can modify the capture delay for certain payments, such as Givex, without affecting other payments, such as credit card payments.

nishad-ashraf commented 1 month ago

Closing this as similar enhancement is created in SFCC cartridge section https://github.com/Adyen/adyen-salesforce-commerce-cloud/issues/1087