How can I check PayPal IPN on sandbox? [closed]
Hi i need to redirect on mysite after paypal checkout, i know how to do this as i have read and seen on paypal developer guide but i can't found any feature in paypal sandbox that could redirect to my site AUTOMATICALLY. thanks in advance!
Sounds like you might be a little confused between IPN and "Automatic Return / Payment Data Transfer"
IPN (Instant Payment Notification)
PayPal sends a message over HTTP protocol to your server when a payment has been made (or updated). This happens asynchronously - completely divorced from the user flow.
Automatic Return
By logging in to your seller account and then visiting Profile -> Hosted Payment Settings -> Website Payment Preferences you can enable Auto Return. This is the setting that tells PayPal to send the user back to your site after completing their transaction on PayPal.com.
NOTE - no matter what you do, this setting does NOT apply to users who make a straight up credit card payment on PayPal. (E.g. The user does not have a PayPal account.)
Payment Data Transfer
This is an optional addition to Automatic Return. If enabled, PayPal will send some useful information along in the URL that goes to your site. (Including the PayPal transaction id.)
精彩评论