VivaWalletPOS.getTransactionDetails Method
This function is not available in the Trial Version.
Public Function getTransactionDetails( _
ByVal sessionID As String _
) As Dictionary(Of String, String)
This language is not supported or no code example is available.
Parameters
- sessionID
 - string
 
The unique session identifier. You specified this Transaction.sessionID (or RefundTransaction.sessionID) when you created a new transaction.
Return Value
Dictionary<string, string>
 VivaWalletPOS vw = new VivaWalletPOS("Arbitrans User", "Arbitrans Key", "ClientID", "ClientSecret", false);
 Dictionary<string, object> result = vw.getTransactionDetails("my custom session ID");
 								
				This language is not supported or no code example is available.