Click or drag to resize
PayWayAPIInitialise Method (String)
Initialise this object so that it can process CCAPI transactions.

Namespace: Qvalent.PayWay
Assembly: PayWayAPI (in PayWayAPI.dll) Version: 1.0.10.0
Syntax
C#
[MTAThreadAttribute]
public void Initialise(
	string parameters
)

Parameters

parameters
Type: SystemString
the initialisation parameters (delimited with an ampersand &) to use. These parameters must contain at a mimimum the url, the log directory and the certificate file
Remarks
None
See Also