Implementation
Example Web-Activator Front-End HTMLThere are two steps to using the SoftwareShield Web-Activator in conjunction with a payment processing merchant (or your own merchant account) to activate your software. This section describes an example of step 1. (Step 2 is covered in Example Web-Activator Middle-Layer HTML) A diagram at the bottom of this page illustrates the flow of control. As mentioned, if you process your own payments, then your payment processing system must perform this step.
The sample HTML shows the flow between steps 1 and 2 below:
PostToMerchant.htm shows how you might gather the Authorization Request Code from your user, pre-assemble it in the "GenCode" parameter format, and post it to a merchant who will process your customers payment. The example shows just one possible way to assemble the GenCode parameter. It could easily be done using ASP or ASP.NET or other server side code. For simplicity, the sample illustrates how you might assemble the parameter using javascript. This allows you to test the example even if you are not actively running a web-server on your localhost.
|