Is there a way that I can create a new CIM Customer profile through an Ajax call? This profile would need to store credit card info. I am trying to avoid having my site needing to be PCI Compliant, so obviously I cannot have the credit card information going through the server. Essentially the credit card information needs to go from the Client to the CIM servers directly.
From the documentation it seems like you have to either go to a CIM hosted form, or using some sort of Iframes. Both these options I am trying to avoid to make this as seamless as possible. I was thinking maybe I could use an Ajax call and post the same information that I would have posted in the hosted form (from the client). Is this possible?
Thoughts?
04-30-2012 11:22 AM
Not possible because it need your merchant account info to process. And you don't want those info send to client.
04-30-2012 11:30 AM