How to use the SOAP API in c# to get Recurring Billing Payment records?
09-26-2014 01:25 PM
By the settled date, you can use the transaction detail api.
if you need it by subscription id, there isn't one.
09-26-2014 01:35 PM
If someone can guide me what would be the best way to get Subscription List payments for a given year? I can get the subscription Id by running the following SOAP method ARBGetSubscriptionList? but how do I get the payment that were created for a given year?
I am a bit lost which approach to take.
Thanks
09-26-2014 02:16 PM
There isn't an API that search by the subscription ID, so right now, you will need to go day by day on the that year.
You might be able to limited the search if the interval is always the 1st day of the months or something like that.
09-26-2014 04:42 PM