Hello guys,
Our business has been using braintree, and would like to add authorize.net as another payment gateway for redundency. Is there a way to tokenize a credit card, and transact with that token in the future without having our servers touch the credit card details? I see that CIM has a hosted form that allows you to do that, but we would like to keep our look and feel consistent with our cart.
With braintree, our front end can submit a credit card with a POST and it returns a nonce, which the front end will pass to the backend and store it with the customer's profile. Is there something similar in authorize.net?
03-25-2016 06:54 PM