Hello,
after succesfully payment with paypal standard why order is "Pending" and not "Confirmed"?
Thank you very much
https://ibb.co/kzH3V6
https://ibb.co/htLe3R
https://ibb.co/f7vOV6
Best regads
Fabio
Confirmed status is set via the IPN message that PayPal sends to you
Have you enabled PayPal IPN for your account on your PayPal account settings?
If not, then do this and see if things change for your next orders that are successful.
Thank you!
Which is the notification URL? www.mywebsite.com/notificationurl?
https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNSetup/
Regards
Just put the main url of your site.
PayPal will not use it - as VM sends the required notification Url to PayPal as part of the payment data.
Okay thanks i've just test with main url as you can see in my screen but is not working...
https://ibb.co/dAixsm
Maybe because my site is restricted behind htaccess?
Regards
IPN is never going to succeed if you prevent access
Okay thanks however is not working also on localhost where i don't have htaccess restriction..
Regards
And how do you configure your environment on localhost to allow the PayPal IPN message to be routed to you?
Are you testing your site using http://localhost/somethingsomething
If so, an IPN message will not find this URL
Look at teh IPN message status on PayPal to see more information