Newbie here. Switching from braintree to authorize.net
What we've done so far is to enable our ruby on rails app submit a customer profile and customer payment profile for credit card payments. Now we have some kind of a problem in encrypting the credit card credentials when it's getting passed on via POST request across the app as parameters. Does authorize.net have this? Because Braintree does and we're trying to find out if we're gonna have to do this ourselves or authorize has something native.
Also, in the event that we have to do it on our side, any technique would be hugely appreciated.
Kudos
02-29-2016 11:36 AM
Hello @aldrinkyck2016
Are you attempting to encrypt the card data before sending to Authorize.Net as part of payment profile? At the server or at the client machine?
Richard
03-01-2016 02:49 PM