Magento – paypal payment showing processing/pending review after paying in paypal in checkout magento

paymentpayment-gatewaypaypal

I am usign magento 1.7.2.0 .
I haven't edited any core files in magento and set up checkout via paypal.
after checkout it redirects to paypal and paynow option is there.
after clicking on paynow it doesn't redirect to site back.It gives back link.
And payment status shown is Payment Review or Processing.
Why it's not showing status completed?
Why payment is not successful? any idea?please help

I have set auto return in paypal account and set url of my site in site preference and also ipn return url of site in my paypal profile.

Best Answer

Check PayPal account settings. Status Payment Review related to enabled same option at your PayPal account (see https://developer.paypal.com/docs/classic/express-checkout/integration-guide/ECOtherAPIOps/).

Processing is the CORRECT status. Magento orders are only (or should only be) marked as complete when you have created both the invoice AND delivery note. With PayPal Standard, the order gets invoiced automatically (after all the payment has been taken) and then you do the delivery.

Please clarify PayPal Method you use

Related Topic