IPN (Instant Payment Notification) on Authorize.Net Like Paypal has

无人久伴 提交于 2019-11-29 14:56:59

问题


Is there any instant payment notification system in Authorize.Net which will run a 'URL' with posting all the values of user input, like in Paypal. If anyone has userful link on it or any alternative that can help me on instant notification onAuthorize.Net, please share.


回答1:


They do. It's called Silent Post.

They also now offer Webhooks which is a bit more complicated than Silent Post but offers much more flexibility and power.

(Disclaimer: I wrote both articles)




回答2:


Yes you can return all values.

$ClassObjecName>addField('x_Relay_URL', 'http://hostname/authorize_ipn.php');


来源:https://stackoverflow.com/questions/8120085/ipn-instant-payment-notification-on-authorize-net-like-paypal-has

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!