开发者

How can I check PayPal IPN on sandbox? [closed]

开发者_JS百科 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

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.)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜