Hi I need to know whether auto payment is possible through CIM.
This means i have a requirement like
if the user clicks on pay button the already stored card information on the authorized.net server should be used to make the payment process instead of prompting the payment details again.
This should be one step process
12-06-2011 11:18 PM
Yes. CIM stores the payment details and returns a profile ID and payment profile ID(s), which you can store in your database and then later use to charge a transaction. The credit card information does not need to be re-entered unless the card stops working (expires, whatever).
12-07-2011 02:58 AM
is it legeal to save customerProfileid,CustomerPaymentProfileid and CustomerShipingAddressid to our database ???
Are these ids are not customer sensitive information??? is PCI standards allows us to do that?? thanks
01-30-2012 12:22 AM
The profile ID's can not be used to retrieve credit card information and are therefore not protected under PCI security rules.
01-30-2012 03:08 AM
1)API call for create customerProfileid.By sending user information through api call to authorize.net CIM module it will return customerProfileid i will save it in my database)
01-30-2012 07:41 AM
Yes, it is legal. You are only transferring credit card data through your server (I'm assuming regular, not hosted, CIM?), not storing it, and as I stated before, none of the profile ID's are considered protected values. Password security rules still apply, but you don't need to worry about the much more complicated data storage stuff.
I assume you're telling people up front that they will be charged once they go under the 10?
01-30-2012 08:28 AM
Exactly million thank. :smileyhappy:
01-30-2012 11:04 PM