Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
898 views
in Technique[技术] by (71.8m points)

php - PayPal IPN Error and custom port IPN URL

My IPN URL is http://:85/ it has a custom port. This url is working fine but paypal is always giving me errors on its simulator and not calling my IPN on payments.

What would be causing this problem?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The IPN listener needs to listen on the standard port for http(80) resp. https(443) otherwise it doesn't work... This is not specified in the documentation and it doesn't make sense so it is quite confusing!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...