- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
โ09-26-2014 01:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

