How can I get the list of ARB transaction logs, using Zend Framework?
actually i have gone through the transaction detail api of Authorize.net but there is no scope for ARB. so can any one suggest me which will be better alternative solution for this problem.
Thanks in advance.
There is no way to go back and get detailed information about past subscriptions. The best you can do is log the status of current ones as they make scheduled payments. Authorize.Net offers a service similar to Paypal’s IPN called Silent Post which sends transaction information about all transactions run for an account. This includes ARB subscriptions.
Here’s a basic script for handling Silent Post submissions with PHP and only handling ARB subscription payments:
Disclaimer: I wrote both blog articles