cancel
Showing results for 
Search instead for 
Did you mean: 

In Person SDK Transaction Status Method Issue

  I'm using the in person sdk for windows https://github.com/AuthorizeNet/inperson-sdk-windows/blob/master/README.md. An issue I'm running into is the sample app runs transactionStatus listener method after the this.launcher.startQuickChipWithoutUI(getRequest(), SDKTransactionType.GOODS, (SdkListener)this); method but when I remove the windows user interface part of the sample app it doesn't call the transactionStatus listener method after startQuickChipWithoutUI is called. 

  What could cause  the transactionStatus listener method to not be called? Are windows forms required to use in person sdk for windows?      

jtCarillon
Member
1 REPLY 1

me too