Showing posts with label Payment Methods. Show all posts
Showing posts with label Payment Methods. Show all posts

Paypal

How to process Instant Payment Notification (IPN) messages
https://developer.paypal.com/docs/classic/ipn/ht_ipn/

Commonwealth Bank CommWeb Payment


Activating the CommWeb Gateway. How to get Aceess code?
http://www.spiffystores.com/kb/Commonwealth_Bank_CommWeb

Access code * for merchant * is incorrect
http://www.magentocommerce.com/boards/view/viewthread/221181/

===============================================
For Commonwealth access code

Paypal payment

Paypal submit form perveiw

download from google drive
define('APP_TOPDIR', realpath(__DIR__ . '/paypal/src/php'));
set_include_path(APP_TOPDIR . PATH_SEPARATOR . get_include_path());
require_once('paypal/examples/gwc.autoloader.php');
$paypal = \Rbs\Payment\Factory::factory('Paypal');