On Oct 29, 6:17 pm, Elliott Blatt
<rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:> Hi,
>
> 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?
>
> Thanks,
> EB
> --
> 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
softiesonrails.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---