- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does CIM Process payment request
I am developing a site where i need to charge a customer according to usage say if user has opted for a $20/month plan for 200 mins and he uses 200+ mins then he would be charged accordingly.
I am using the Customer Information manager API (CIM) for this and need to know how the payments are handled for the same. Does Authorize.Net automatically charge the customers credit card and deduct the money from there account or only billing is done by CIM? means the CIM only does the billing and not the payment process and if only billing is done then do i need AIM for payment process?
โ02-06-2014 07:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can find the CIM documentation here
http://developer.authorize.net/api/cim/
You would use CIM to saved the payment info, then, you call the CreateCustomerProfileTransaction to charge whatever
โ02-06-2014 07:53 AM

