cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the SOAP API in c# to get Recurring Billing Payment records

How to use the SOAP API in c# to get Recurring Billing Payment records?

oscar87
Member
3 REPLIES 3

By the settled date, you can use the transaction detail api.

http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/ARB-Subscription-IDs-Av...

 

if you need it by subscription id, there isn't one.

RaynorC1emen7
Expert

 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

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.