This doesn't work because "ApiAction" is readonly:
Dim objRequest As New AuthorizationRequest("4111111111111111", "1216", 10.0, "Test Transaction")
objRequest.ApiAction = RequestAction.Authorize
How do I set the ApiAction to "RequestAction.Authorize"?
Solved! Go to Solution.
10-29-2013 02:28 PM
There a CaptureRequest()
10-29-2013 05:49 PM
You could download the source and see, it look like you need to pass different param to AuthorizationRequest() to use auth_only
10-29-2013 04:22 PM
The third overide has an IncludeCapture flag which you can set to False to turn the request into a auth_only but I want to do a capture only. There is no constructor for that.
10-29-2013 04:45 PM
There a CaptureRequest()
10-29-2013 05:49 PM