I am using Authorize.NET Automatic Recurring Billing Service in my C# application and I was able to integrate recurring payment successfully.
Suppose I am using annual recurring profile. On Jan 1st,2014 I started my subscription and next payment date would be Jan 1st, 2015. In that case is it possible to get the transaction details happened on that date(i.e Jan 1st, 2015). i.e I want to store the details of each recurring transaction in my local database. Is that possible.
Could you please help.