- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Authorize.net integration queries using CIM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

