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 becaus...