diff --git a/README.md b/README.md index d1cdf8d04..d5e163042 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,23 @@ POS timeout (time calculated since initiating a payment) is max time to keep ter ``` pos.totaltimeout = 130 ``` + +## Pending Order Timeout configuration +By default, an order remains in PAYMENT_PENDING status in order management for 1 hour and it is configured in dynamic order process defintiion file. +Based on which extension you are using (fulfillment or ordermanangement) timeout value can be updated in corresponding order-process.xml file. + +For example, following 2 files have 60 mins configuration under waitForAdyenPendingPayment process with delay value=PT60M + +Fulfillment extension file - resources/adyenv6fulfilmentprocess/process/order-process.xml + +OrderManagement extension file - resources/adyenv6ordermanagement/process/order-process.xml +``` + + AdyenPaymentResult + + +``` + ## PayPal configuration This plugin uses Adyen's Checkout Component for PayPal payments. To use that in a live environment, a PayPal Merchant Id is required [(check here how to get one)](https://docs.adyen.com/payment-methods/paypal/web-component#get-your-paypal-merchant-id). This id has to be provided when adding your Adyen credentials to the BaseStore via the backoffice [(installation step 5)](#installation).