Adyen/adyen-magento2

Implement captureDelayHours in SFCC cartridge

Closed this issue · 1 comments

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.

Closing this as similar enhancement is created in SFCC cartridge section Adyen/adyen-salesforce-commerce-cloud#1087