Logo

How can we help you?

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

Migration

Authorize.Net Migration Utility

Updated 2 days ago

Payment Center 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 Payment Center, respectively.

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

Create Payment Center Payment Profile from Authorize.Net CIM records

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

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

 

Create Payment Center Recurring Invoice from Authorize.Net Subscription records

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

fw1.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

Previous

Import USA ePay token to Spreedly

Next