Can I get private key to send the encrypted data to authorize.net using AIM method ?
Is there any way that authorize.net supports for encrypted data accepting?
I can get certificate from authorize.net but not private key which is require for encryption.
12-29-2011 03:59 AM
Not sure what you're asking here? The URL's you connect to at Authorize.net are all https://, which means they're automatically encrypted as long as you have support for connecting via https. Are you using the AIM API or sending XML directly?
12-29-2011 10:56 AM
i am sending XML request to Authorize.net . that xml request i want to encrypt so when i will send request to authorize.net we ll ensure that request what i have sent is secure enough. can i make it encrypt using any encryption algo so authorize.net can accept it ?
12-29-2011 10:46 PM
All data sent to Authorize.Net is sent over SSL so it already is encrypted.
12-30-2011 04:52 AM