I built a platform where merchants using my app grant me access to their Authorize.net account using the Oauth flow. It gives me back a token which I can use to authenticate API requests. I want to use Accept.js though instead of the API calls because I want to offload some of the PCI compliance burdens. Is it possible to use that auth token to authenticate Accept.js transactions? It says I need the API login ID and secret, but I don't want to have to store that info for my users. That's the whole point of using oauth.
Any help is muc appreciated, thanks!
11-11-2018 04:22 AM