Gets the web address (or IP address) of the gateway service provider's server to be used when processing CAPTURE transactions.

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

Syntax

C#
public string CaptureUrl { get; }
Visual Basic (Declaration)
Public ReadOnly Property CaptureUrl As String
Visual C++
public:
property String^ CaptureUrl {
	String^ get ();
}

Field Value

A web address or IP address, NOT including the protocol (e.g., http://)

Remarks

Only needed is it is different from the value in HostUrl

See Also