Click or drag to resize
PayWayAPIFormatRequestParameters Method
Format the parameters from the provided map into a request string to pass to the processCreditCard method.

Namespace: Qvalent.PayWay
Assembly: PayWayAPI (in PayWayAPI.dll) Version: 1.0.10.0
Syntax
C#
[MTAThreadAttribute]
public string FormatRequestParameters(
	IDictionary parametersDictionary
)

Parameters

parametersDictionary
Type: System.CollectionsIDictionary
The IDictionary map where the keys are parameter names and the values are parameter values.

Return Value

Type: String
the parameters string to pass to the processCreditCard method
Remarks
None
See Also