PSiGate integration
An online payment gateway that helps your business easily accept online payments. PSiGate uses a variation of General solution, it tracks sales by invoking hidden script from “thank you” page.
Integration
Specify your own thank you page for PsiGate and put there the following code:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createSale();
sale.setTotalCost('SubTotal');
sale.setOrderID('OrdNo');
PostAffTracker.register();
</script>
This is all that is required. Now whenever there’s sale, PSiGate willcall our sale tracking script, and system will generate commission forthe affiliate.