SoEasyPay
 
SoEasyPay is a payment gateway, where the whole payment happens on the merchants webserver. When the merchant has all the details of the payment including card number, cvv etc, he queries our gateway server that gives back as answer whether the payment has been accepted by the bank, and the merchant tells the customer accordingly afterwards.
 
LEAD Code Integration 1 Integration
All that is needed, is to display one of the following codes after the payment has been authorized by the SoEasyPay server
Javascript Code
 OR
Image Code
 
Please take care to replace <?=$orderId?> and <?=$orderAmount?> in the sale code with your server side script notations for the orderid and total amount variable used in your website.
 
where the values XXXXXX should be replaced with correct values, which have been already gathered before request was sent to SoEasyPay server:
TotalCost (mandatory for % commissions) - price of the product
OrderID (optional) - can be your unique generated order ID to cross-check the sale.
ProductID (optional) - the ID of the product bought.

All fields are optional, but without TotalCost system will be not able to compute percentage commissions.
Also, ProductID is required if you plan to use Force choosing commission by product ID
 
This is all that is required. Now whenever there's sale, the sale tracking script sale.php is called, and it will generate commission for the affiliate.