Hi,
I have a payment connector for a payment device (INamedRequestHandler) and that holds a method called "ExecuteTask".
The description for "ExecuteTask" is as follows:
_This extension request can be invoked from the POS through customizations. It is used to enable additional payment-related flows._
I want to create a new button on the POS and when the user pushes that button I want to call this "ExecuteTask" method so that this method can execute a certain task on my payment device.
Can someone please advice me how to approach this or perhaps share a code sample where I can see how this "ExecuteTask" method is called?
Any help is welcome.
Thx in advance!