Is the following setting required in Web.config if i am redirecting USer To PayPal site for entering Credit card Information. I am receving Confirmation email from Email but under Admin Section of the Store I am getting Order Status as Waiting on paypal payment... with no transaction ID and if I click on View details I get Object Reference error/ No PayPalAPIAccountName setting in the web.config .....Do I need to Instal API Certificate on web server???????????????
<!--PayPal Payments Pro Settings --><!--make sure you also set the PaymentProvider settings belowThe below if for the ExpressCheckout
--><add key="PayPalAPIAccountName" value="business_api1.csk.com"/><add key="PayPalAPIAccountPassword" value="commerce"/><add key="PayPalAPICertificate" value="csk.pfx"/><add key="PayPalAPICertificationPassword" value="commerce"/><!--PayPal Payments Standard Settings--><add key="PayPalPDTID" value="4wscjERBD3ik_E7hmrqVaXHilJTCegrJ5FJogluERPo8H9ixPskOmFXuQK8"/>