cancel
Showing results for 
Search instead for 
Did you mean: 

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 

 

 

 

Netizen
Contributor
3 REPLIES 3

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.

RaynorC1emen7
Expert

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

If the CC info go thru your server(customer post to your server), your server need to be PCI complicant.