PayWayAPIInitialise Method (String) |
Initialise this object so that it can process CCAPI transactions.
Namespace: Qvalent.PayWayAssembly: PayWayAPI (in PayWayAPI.dll) Version: 1.0.10.0
Syntax[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
RemarksNone
See Also