- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to use RecurringBilling property on AuthorizationRequest (.NET SDK)
Hello,
We are using the .NET SDK to wrap the API and submit basic transactions - it works nicely. However, I would like to submit ARB transactions. There is a RecurringBilling field / property on the AuthorizationRequest class, but I can't find the docs on its usage. Is there a way to use that to somehow create an ARB transaction at the same time we submit the AIM transaction? We would like to bill for the first payment in near-real-time and then have future payments managed by ARB.
Can someone here point me in the right direction?
Thanks, Crile
12-14-2011 06:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That property does not set up a recurring billing transaction. It just is a flag for your records that it is part of a recurring billing transaction. You must make a call to the ARB API to actually create a recurring billing subscription. So if you use AIM for the first subscription payment, and you should, you would set that flag to true.
-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger
NEW! Handling Authorize.Net's Webhooks with PHP
Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)
Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post

12-14-2011 06:36 AM - edited 12-14-2011 06:36 AM
