Welcome to PaymentNet
Client!
PaymentNet Client is an OLE based payment control. It will allow you process transactions with PaymentNet. Please reference http://www.paymentnet.com for full instructions on setting up an account with PaymentNet. Please see the enclosed, general client documentation for more information.
Required control properties:
· HostAddress - should be set to "test.paymentnet.com" for testing
· HostPort - should be set to "1606" for testing.
· TimeOut - max length to wait for transaction in seconds. Default is 30.
· ParmList - Name/Value pair parameter list. Please reference the general client doc.
Optional control properties:
· ProxyAddress - IP Address of proxy server. Optional property.
· ProxyPort - Port of proxy server. Optional property.
· ProxyLogon - User logon for proxy server. Optional property.
· ProxyPassword - User password for proxy server. Optional property.
· DebugMode - to turn Debug Mode on set to “1”.
To process a transaction after all the fields have been set call this method:
· ProcessTransaction()
Debug Mode:
Debug Mode creates a debug file PNCOMClient.log in the root directory of your C: drive. This file contains the fields passed to the PaymentNet Transaction Server. It can be useful to show how you are formatting you parameters.
Please reference the enclosed examples to see how the PNCOMClient works.