Selling Service


https://forum.kartris.com/Topic3005.aspx
Print Topic | Close Window

By djjohnson - Fri 2 May 2014
Is there a way to change the Authorize.net to add reoccurring billing to the transaction request sent by Kartris? IE Yearly, Quarterly, Monthly?
By djjohnson - Sat 3 May 2014
Does anyone know where is get the source code from AuthorizeNetAIM.dll? I would l like to use as a template of sort for a AuthorizeNetARB.dll to support reoccurring billing.
By Paul - Sun 4 May 2014
We have recently uploaded source code to several gateways here, not really an SDK yet, but we hope to have more info to accompany this soon. But the AIM code is part of this:

http://www.kartris.com/downloads/Kartris_Plugins_SDK_v1.001.zip
By djjohnson - Wed 7 May 2014
How are errors / exceptions handled in the Kartris Plugins API? Do I just have to throw an exception and will auto log it or what do I need to do? I.E.

(Throw New Exception("Error processing currency (PaymentSenseCurrencies.XML) " & strCurrencyCode & " : " & errorVariable.Message))