I pulled a project for a client together rather quickly. The client’s
payment gateway is Orbital Paymentech. ActiveMerchant does not support
these. Google has been rather dry for ruby solutions. Would someone be
willing to suggest an efficient course of action for me?
Posted viahttp://www.ruby-forum.com/.
From their home page, they mention an XML API. I’m guessing you can
use Net::HTTP to send and receive your XML. You can use Builder or
XmlSimple to generate the xml if you need to (both libs are built in
to Rails) but I’m guessing the XML is pretty simple.
For reading the XML, again depending on the complexity of the
response, XmlSimple or Rexml should do the trick.
The hard part is worrying about timeouts and errors. They should have
some recommendations in their documentation regarding the best way to
handle those.
Jeff
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.