Logo

How can we help you?

Search our knowledge base to get answers to your questions, access video training & more!

Authorize.Net Migration Utility

Migration

Authorize.Net Migration Utility

Last updated on 14 Aug, 2026

Kulturra has created a utility that will allow you to pull subscription and CIM records from Authorize.Net and create Recurring Invoice and Payment Profile records in Kulturra, respectively.

Please note that this utility is for one time use only.

Create Payment Profile from Authorize.Net CIM records

Go to the Developer Console | Debug | Open Execute Anonymous Window and execute the following code snippet.

JavaScriptfw1.CreatePaymentProfileBatch b = new fw1.CreatePaymentProfileBatch();
Database.executebatch(b,1);

 

Create Recurring Invoice from Authorize.Net Subscription records

Go to the Developer Console | Debug | Open Execute Anonymous Window and execute the following code snippet.

JavaScriptfw1.CreateRecurringInvoiceBatch b = new fw1.CreateRecurringInvoiceBatch('accountId');
Database.executebatch(b,1);

The 'accountId' parameter should be replaced by the Id of the account that the recurring invoice will be related to.

 

Availability: Spring '21 Release

Did you find this article helpful?
Previous

Import USA ePay token to Spreedly

Next