Hi, i have been using the following API integration to charge client
using CMI. $request = new AuthorizeNetCIM;$customerProfile = new
AuthorizeNetCustomer;$transaction = new
AuthorizeNetTransaction;$transaction->amount =
"4.00";$transaction->customer...