The original transaction ID returned from the payment processor when the payment has been previously processed through a gateway
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string OriginalTransactionId { get; set; } |
| Visual Basic |
|---|
Public Property OriginalTransactionId As String Get Set |
| 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.