- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I downloaded the C# ARB sample code and it works. I ran some tests using that code and I can see the test subscriptions in my Authorize.net terminal.
This is my scenario:
1. I want a monthly subscription.
2. In my ASP.Net app, I can use the sample code. User pays for July.
3. When user is paying, I get the result code back from Authorize.Net and the user enrolls.
4. Now, suppose we're in August. User logs in.
5. How can I check to see if this user's subscription is still valid and his credit card has been charged? Do I need to
query Authorize.Net on each login (call the API on each login??)
Solved! Go to Solution.
โ07-22-2012 10:56 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Should be able to use ARBGetSubscriptionStatus to get the status. or the other option is thru the merchant account,
โ07-24-2012 12:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No one? Do I need to setup an email functionality to send me emails when a subscription is declined?
โ07-23-2012 11:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Automated Recurring Billing system does not currently provide full reporting through the API. The ARB status call can tell you if a subscription is active or not, but this does not directly correlate to a subscription having successful payments. Currently, the only way to be certain of the status of a given subscription is manually reviewing the subscription status.
โ07-23-2012 04:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can't use ARBGetSubscriptionStatus or Status (i believe that;s correct) to check the status of a Subscription ID related to a user? If not, what should I use, CIM?
โ07-24-2012 01:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you can not use the ARBGetSubscriptionStatus, the other option will be to login to the merchant account and manually check the status of the subscription.
โ07-24-2012 04:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, I meant, can I use ARBGetSubscriptionStatus in my code to check for a user's subscription status? Is this doable? I've been reading different things on the forum.
Thanks for your help.
โ07-24-2012 08:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Should be able to use ARBGetSubscriptionStatus to get the status. or the other option is thru the merchant account,
โ07-24-2012 12:41 PM

