VivaWalletPOS.checkSession Method
Parameters
- sessionID
 - string
 
The unique session identifier. You specified this Transaction.sessionID (or RefundTransaction.sessionID) when you created a new transaction.
Return Value
string
		This function performs the subsequent analysis on the messages it may return: 
204 - The session is being processed 
205 - Other Message 
200 - Transaction successful 
998 - Transaction aborted successfully 
999 - Transaction aborted/canceled by user 
 
	
 VivaWalletPOS vw = new VivaWalletPOS("Arbitrans User", "Arbitrans Key", "ClientID", "ClientSecret", false);
 string result = vw.checkSession("my custom session ID");
 								
				This language is not supported or no code example is available.