MellonGroupPOS.getTransactionIntentStatus Method
It should be used if the "start transaction intent" call has timed out or was async in order to resolve the final status of a specific intent.
This function is not available in the Trial Version.
Public Function getTransactionIntentStatus( _
ByVal APIKey As String, _
ByVal CustomerReference As String _
) As List(Of transaction)
This language is not supported or no code example is available.
Parameters
- APIKey
- string
The API key that is obtained by the getApiKey method.
- CustomerReference
- string
The initial invoice's customer reference.