Pretty Print Authorize.net Response in Rails
Assuming a response object from https://github.com/AuthorizeNet/sdk-ruby.
This will turn it into a Ruby hash:
Hash.from_xml(response.to_xml.to_s)
Code snippets in this post are covered by 0BSD License.