- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm just getting started with ARB, and I understand that the process is obviously not synchronous.
So how do you get notification of when a payment has been made - or when it has failed?
I looked all through the ARB guide, and it doesn't tell me anything about whether this info can be set up as a HTTP POST,
or whether it only comes in as an email?
If I can set it up as a HTTP POST, where, and how?
Thanks!
Shaul
Solved! Go to Solution.
06-30-2011 04:32 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What you're looking for is called silent post. It allows you to receive information about every transaction, regardless of how it was processed, POSTed to you so you can do whatever business logic you need to.
-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger
NEW! Handling Authorize.Net's Webhooks with PHP
Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)
Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post

06-30-2011 04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What you're looking for is called silent post. It allows you to receive information about every transaction, regardless of how it was processed, POSTed to you so you can do whatever business logic you need to.
-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger
NEW! Handling Authorize.Net's Webhooks with PHP
Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)
Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post

06-30-2011 04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you!
06-30-2011 05:15 AM
