2

The Adyen payment connector provides for a few types of Payment Terminal requests for getting input from a customer. This can be used for multiple purposes in an extension such as asking for a phone number from the customer, requesting a signature, etc. Currently the timeout for these requests to the Adyen terminal is set to 60 seconds and is hard coded in the call. When your asking a customer to look at the payment terminal, read something on the screen, and then action upon it this process can take longer than 60 seconds.


We would like to request that this be an optional parameter that can be passed through the request object to override the 60 second default timeout that way if you have longer text the customer needs to read on the screen of the terminal they have adequate time to do so. This is done using the call below -


new Peripherals.PaymentTerminalExecuteTaskRequest("getconfirmation", extensionProperties);

STATUS DETAILS
Needs Votes