PayWayAPIInitialise Method (String, Stream) |
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,
Stream certificateStream
)
Parameters
- parameters
- Type: SystemString
the initialisation parameters (delimited with an
ampersand &) to use. These parameters must contain at a mimimum
the url and the log directory - certificateStream
- Type: System.IOStream
The certificate stream from an embedded resource
RemarksNone
See Also