RitwickGupta
Programmer
Hi,
I am making a program which allows you to open a new screen for payment when my payment option is clicked on tender screen. This interface for payment will be opened by a DLL function which will be called by my ISL code and I was hoping to return back values like Status and Payment_reference_code to ISL function to tell if the payment was a pass of a fail. After that I will close the current Check if the payment was a Pass.
What I want to know is do I need to use TxMsg for my method? I am unclear about when to use TxMsg and How do I send that TxMsg to my third party system.
Also, how do I close a Check on POS through ISL code?
Thanks
I am making a program which allows you to open a new screen for payment when my payment option is clicked on tender screen. This interface for payment will be opened by a DLL function which will be called by my ISL code and I was hoping to return back values like Status and Payment_reference_code to ISL function to tell if the payment was a pass of a fail. After that I will close the current Check if the payment was a Pass.
What I want to know is do I need to use TxMsg for my method? I am unclear about when to use TxMsg and How do I send that TxMsg to my third party system.
Also, how do I close a Check on POS through ISL code?
Thanks