 |
Demo
The DEMO version of the PayPal DLL includes installation instructions, the DLL, license agreement, and a sample VB source code.
Installation instructions, while clear, are complicated and require many steps to properly configure. Currently there is no way to automate these steps.
Please be sure to read through all instructions prior to beginning. The DEMO can be installed on a desktop computer and tested with the VB application, however permissions required to access the certificates on a desktop are different than those for a server. The instructions provided will by default set up the permission for both the user and the server to access the certificates for both testing and live use.
The DEMO version is protected via a registration key. No registartion key is needed for the DEMO, however the DEMO version will ONLY allow you to connect to PayPal's Sandbox Server, and NOT the live server. Any username and password can be used in the DEMO.
The username property however can NOT be set in the demo via code such as:
.username = "my_api_user_name"
You must use the ApplyKey function to change the username in the demo via code such as:
.ApplyCode("my_api_user_name",false,"")
Using the ApplyKey function will allow code to unlock the DLL via code such as:
.ApplyCode("my_api_user_name",true,"my_key")
Please remember that your PayPal API username and PayPal login name are NOT the same. In the DLL, username refers to your PayPal API username.
In most cases, your certname can be found by double clicking your certificate file. In most cases it is the SAME as your API username.
This demo is for evaluation purposes ONLY and is not to be used in a live server environment. Should you chose to purchase a Single Server license to the DLL, a simple registration key will be delivered to unlock the use of it with your username. If higher level licenses are purchased, a custom DLL will be compiled for you.
Download
|
|