MellonGroupPOS.getSuccessfullTransactionDetails Method

List all transactions that have been successfully performed and accessible to the user. 
It is referenced by the "Transaction" and "InitialTransaction" fields of a transaction intent and can be used toprovide more details about the transaction.
Public Function getSuccessfullTransactionDetails( _ 
ByVal APIKey As String, _ 
ByVal CustomerReference As String
) As List(Of transaction)
This language is not supported or no code example is available.
public List<transaction> getSuccessfullTransactionDetails( 
string APIKey
string CustomerReference 
)
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.

Return Value

List<transaction>

.NET Framework

Supported in: 3.5 or newer

In this article

Definition