cancel
Showing results for 
Search instead for 
Did you mean: 

Exception - Method “banktransfer” is not available

Exception - Method “banktransfer” is not available

We get following exception error (on /var/log/exception.log) thrown by paypal module. We use paypal standard and hosted solutions.

 

2015-10-29T14:05:09+00:00 ERR (3):
exception 'Exception' with message 'Method "banktransfer" is not available.' in /var/www/html/domainname.com/app/code/core/Mage/Paypal/Model/Ipn.php:187
Stack trace:
#0 /var/www/html/domainname.com/app/code/core/Mage/Paypal/Model/Ipn.php(112): Mage_Paypal_Model_Ipn->_getOrder()
#1 /var/www/html/domainname.com/app/code/core/Mage/Paypal/controllers/IpnController.php(43): Mage_Paypal_Model_Ipn->processIpnRequest(Array, Object(Varien_Http_Adapter_Curl))
#2 /var/www/html/domainname.com/app/code/core/Mage/Core/Controller/Varien/Action.php(418): Mage_Paypal_IpnController->indexAction()
#3 /var/www/html/domainname.com/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(254): Mage_Core_Controller_Varien_Action->dispatch('index')
#4 /var/www/html/domainname.com/app/code/core/Mage/Core/Controller/Varien/Front.php(172): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#5 /var/www/html/domainname.com/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#6 /var/www/html/domainname.com/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#7 /var/www/html/domainname.com/index.php(95): Mage::run('', 'store')
#8 {main}


I placed much efforts (tried our best) but could not find any solution. This error is being reported many times in a day since last few weeks. Our site is facing Service Unavailable and Segfault issues. So our managed server support asked to fix every exceptions and errors reported in magento logs.

 

Can anybody please help?

 

Any suggestion or potential clue is appreciated.

 

Thanks in advance Smiley Happy

3 REPLIES 3

Re: Exception - Method “banktransfer” is not available

Did you update your theme recently? 

 

Does it have this behavior in the default version of Magento?

Magento Moderator since 2009
Keep Calm and Clear Cache!

Re: Exception - Method “banktransfer” is not available

Hey Brent,

 

No we have not updated theme since a year around. But we are going to soon. Also we have no default magento instance on our server for which we can check such issue and Our staging/development domain is synchronized with live domain recently so no idea. We are using magento version 1.8.0.0


I posted in other communities like stackexchange but no luck. I have been working in magento since three years but this is my first post to communities and issue for which I could not find solution yet.

 

Regards,

Bhavik

Re: Exception - Method “banktransfer” is not available

Did you customized paypal payment method, or customized how order is placed? it looks like paypal ipn is checking on an order which is placed with bank transfer method, and this method is not enable on your site. You maybe able to eliminate this exception by enabling back transfer method, but paypal ipn shouldn't check on other orders not placed by paypal at all. Double check the data send from ppaypal IPN, if that data(order id) is wrong, find out why.