Hi,
1. How getHostedProfilePageRequest getHostedProfilePageResponse APIs work?
2. Can we register/update/delete credit card using standard APIs (over https) from custom page instead of Hosted form approach?
3. Is it possible to restrict only single credit card for a registered customer on Authorize.net?
Thanks & Regards,
Sarang
07-22-2014 04:14 AM
1)http://developer.authorize.net/api/cim/ in the doc there a chapter on the hosted CIM
2)Yes
3)Then you need to do 2, and restrcit it in your code.
07-22-2014 04:16 AM
Hi,
Thank you for the response
Does hosting the custom page on https and then using standard APIs to transmit customer information will keep us PCI Complicant?
(e.g. transmitting CC #, Expiry Date on API over https)
Thanks & Regards,
Sarang
07-22-2014 05:59 AM
If the CC info go thru your server(customer post to your server), your server need to be PCI complicant.
07-22-2014 06:01 AM