o I would like to implement a payment system using authorize.net I tried
their sandbox which is fairly easy to use. code below
However a production sounds more difficult to implement. I was
able to implement the API call to get a form token, but th...