I have enabled paypal in Magnto 1.9 Now I want to call another paypal API in my Observer, for that I need paypal user,password and signature which I already saved while enabling paypal.
I want to fetch these details from admin to my code using config.
I have tried with below code but its not working.
$store = Mage::app()->getStore(Mage::app()->getStore()->getStoreId());
$Settings = Mage::getStoreConfig('paypal_payments/payment/required_settings/express',$store);
Is that possible?