hamza Posted April 13, 2010 Share Posted April 13, 2010 Paypal sandbox IPN I want to know that in sandbox mode and live paypal. When paypal trigger iPN what it return. Quote Link to comment https://forums.phpfreaks.com/topic/198352-paypal-sandbox-ipn/ Share on other sites More sharing options...
oni-kun Posted April 13, 2010 Share Posted April 13, 2010 Why not look at the PayPal documentation? Your question does not make very much sense, unfortunately. Quote Link to comment https://forums.phpfreaks.com/topic/198352-paypal-sandbox-ipn/#findComment-1040766 Share on other sites More sharing options...
hamza Posted April 13, 2010 Author Share Posted April 13, 2010 Why not look at the PayPal documentation? Your question does not make very much sense, unfortunately. \ IPN return what ?????? Quote Link to comment https://forums.phpfreaks.com/topic/198352-paypal-sandbox-ipn/#findComment-1040769 Share on other sites More sharing options...
the182guy Posted April 13, 2010 Share Posted April 13, 2010 Paypal sandbox IPN I want to know that in sandbox mode and live paypal. When paypal trigger iPN what it return. An IPN is when Paypal calls one of your scripts with the payment details. That part will not change whether it is live or sandbox mode. When you receive an IPN, you have to verify it with Paypal, you have to send it back to them and they tell you if it was a genuine IPN or not. When you verify it, that is where sandbox/live differs. When live you will be connecting to ssl://www.paypal.com to verify the IPN When in sandbox you will be connecting to ssl://sandbox.paypal.com to verify it. Paypal have sample code for PHP and many other languages for this, have a look through the docs. Quote Link to comment https://forums.phpfreaks.com/topic/198352-paypal-sandbox-ipn/#findComment-1040774 Share on other sites More sharing options...
hamza Posted April 13, 2010 Author Share Posted April 13, 2010 Paypal sandbox IPN I want to know that in sandbox mode and live paypal. When paypal trigger iPN what it return. An IPN is when Paypal calls one of your scripts with the payment details. That part will not change whether it is live or sandbox mode. When you receive an IPN, you have to verify it with Paypal, you have to send it back to them and they tell you if it was a genuine IPN or not. When you verify it, that is where sandbox/live differs. When live you will be connecting to ssl://www.paypal.com to verify the IPN When in sandbox you will be connecting to ssl://sandbox.paypal.com to verify it. Paypal have sample code for PHP and many other languages for this, have a look through the docs. payment details???return?? Quote Link to comment https://forums.phpfreaks.com/topic/198352-paypal-sandbox-ipn/#findComment-1040776 Share on other sites More sharing options...
the182guy Posted April 13, 2010 Share Posted April 13, 2010 https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_admin_IPNImplementation Quote Link to comment https://forums.phpfreaks.com/topic/198352-paypal-sandbox-ipn/#findComment-1040779 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.