Home
Integration Methods
Internet Secure
The integration method integrated payment forms of Internet Secure.
1
Plugin activation
To be able to parse information sent from Internet Secure, you have to activate the Internet Secure plugin in your Post Affiliate Pro. You can find the plugin in Plugins section. After activation, please configure the plugin at least to specify which custom field will you use for tracking. In this example we are using xxxVar1. Internet Secure gives us the option to use 5 custom variables, so you can choose.
2
Integration of payment form
Your payment buttons/forms code look like this:
<form name="form1" action="https://secure.internetsecure.com/process.cgi" method="get">
<input type="hidden" name="MerchantNumber" value="123456" />
<input type="hidden" name="language" value="English" />
<input type="hidden" name="ReturnURL" value="http://www.yoursite.com/thanks.php" />
<input type="hidden" name="Products" value="001,1|002,1" />
<input type="submit" name="Submit" value="Check Out" />
</form>
To integrate it, you have to add this code to each form:
Remember, if you are already using xxxVar1 variable, you should use another one and set the same one in your Plugin configuration in Post Affiliate Pro.
Note:
If you have more than one payment form at a page, you can place the <script> part only once per whole page. The payment forms need <input> part only.
3
Integrated form example 1
Here is an example of integrated form:
5
Internet Secure setup
To finalize the integration, you have to set the Internet Secure configuration to notify Post Affiliate Pro about any payment. Login to your admin panel and follow these steps:
- Navigate to Export Script and then to Export Script Options
- Set Domain Name to domain of your PAP4: http://www.yoursite.com/affiliate
- Set Web Page to: /plugins/ISecure/isecure.php
- Choose type of transactions you want to receive notifications for.
- You can set confirmation string, in that case you have to set the same one in plugin configuration in Post Affiliate Pro
- Finally set your alert email. It will issue an Alert Email to advise you that the export script has failed.
That's it. Now your payments are integrated.
Do not forget to integrate your site with the click tracking code.