I have a credit card account section where user can enter their card information. I will send that information to authorize.net and created a cim id(customerProfileId) for that user. So now we have the cc information in my site.
My site has 4 type of payments in 4 sections. Some of them are recurring payments. I want to create these payments using the saved CIM id. That is not force users to enter cc information again and again.
Whats the method of doing this through API? I checked the arb guide, but cannot find a field to submit the cimid.
ARB and CIM are not connected. If you're using CIM you need to create your own recurring billing engine to charge against the profiles.