ProvPrimer.getPOSSignature Method
The results of this method will be used at VivaWalletPOS.newSale.
Public Function getPOSSignature( _
ByVal inv As invoice, _
ByVal terminalID As String _
) As Dictionary(Of String, String)
This language is not supported or no code example is available.
Parameters
- inv
- invoice
Invoice Object, see invoice
- terminalID
- string
The POS terminal ID. You can get the available POS Terminals using the VivaWalletPOS.getAvailablePOS
Return Value
Dictionary<string, string>
Returns a dictionary containing the necessary data that will be used in the Transaction object.
Specifically, the fields Transaction.aadeProviderSignatureData (dictionary key signedContent) and
Transaction.aadeProviderSignature (dictionary key signature) will be filled.