You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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!
Beta Was this translation helpful? Give feedback.
All reactions