PayWayAPIProcessCreditCard Method |
Main credit card processing method. Pass the request parameters into
this method, then the current thread will wait for the response to be
returned from the server.
Namespace: Qvalent.PayWayAssembly: PayWayAPI (in PayWayAPI.dll) Version: 1.0.10.0
Syntax[MTAThreadAttribute]
public string ProcessCreditCard(
string parameters
)
Parameters
- parameters
- Type: SystemString
parameters The parameters string containing
all the request fields (delimited with an ampersand &) to send
to the server.
Return Value
Type:
StringThe response string containing all the response fields (delimited
with an ampersand &) from the server.
RemarksNone
See Also