Prakash
Prakash

Reputation: 6602

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

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.

Upvotes: 5

Views: 3409

Answers (2)

John Conde
John Conde

Reputation: 219874

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)

Upvotes: 14

Rahat Hameed
Rahat Hameed

Reputation: 432

Yes you can return all values.

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

Upvotes: 4

Related Questions