Logo

URL for Gateway Instant Payment Notifications


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



PropertyDescription
APP_EXTENSIONComponent name*
$orderidID of the order currently being processed
$gw→nameName of the current payment gateway used, as seen in var $name



(*) Component Names:


  • Auction Factory - com_bids (for Joomla 2.x), com_auctionfactory (for Joomla 3.x)
  • Reverse Auction Factory - com_rbids
  • Penny Auction Factory - com_pennyfactory
  • Dutch Auction Factory - com_dutchfactory
  • Raffle Factory - com_rafflefactory


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