Hi:
I recently integrated ARB in my web app, but I'm trying to find pointers/examples on how to track subsequent transactions and store information about them in my database. Most of the tutorials and code available show how to create a subscription or void one. However, whenever a transaction (recurring) happens, is there a way for a website/app to check periodically for those transactions and mirror them in one's own database?
For instance, you may create a recurring payment of $1 per month. I get the success message when it is created, but can you query ARB in the following month to get information on the following transactions?
Thanks for your help,
โ04-29-2013 06:45 AM
section "Transaction Response for IndividualPayments in a Subscription"
on the documentation http://developer.authorize.net/api/arb/
or are you looking for the ARBGetSubscriptionStatus, which is in the documentation
โ04-29-2013 06:51 AM
please send me code in php pathcigollamaheshmca@gmail.com
โ05-08-2013 01:14 PM
If you are looking for sample code for accepting a silent post in PHP, you can look here for one example.
Richard
โ05-08-2013 01:50 PM