Valid for thePHPfactory Framework extensions: Auction, Reverse Auction, Penny, Dutch, Raffle built for Joomla 2.5 and up.
An IPN handler URL will mostly contain these parameters:
index.php?option='.APP_EXTENSION.'&task=orderprocessor.ipn&orderid='.$orderid.'&gateway='.$gw->name
⇒
[YOUR_SITE]/index.php?option=com_pennyfactory&task=orderprocessor.ipn&orderid=51&gateway=pay_paypal
Property | Description |
---|---|
APP_EXTENSION | Component name* |
$orderid | ID of the order currently being processed |
$gw→name | Name of the current payment gateway used, as seen in var $name |
(*) Component Names:
Not to be confused with Extension Names, as in " Penny Auction Factory".
Another method of obtaining this URL is with a code inspection tool via the internet browser. Simply inspecting the Pay button on the last page of the checkout will give you a complete list of URLs used in the payment process.
If still unclear, please use our forum for guidance.
(!) Documentation based on Penny Auction Factory version 2.0.0