The original transaction ID returned from the payment processor when the payment has been previously processed through a gateway

Namespace:  Asi.iBO.Financials
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string OriginalTransactionId { get; set; }
Visual Basic (Declaration)
Public Property OriginalTransactionId As String
Visual C++
public:
property String^ OriginalTransactionId {
	String^ get ();
	void set (String^ value);
}

Field Value

A free form string value.

Remarks

This value can be used to capture previously authorized transactions (for delayed capture) or to void transactions that have already been processed.

See Also