atom feed1 message in com.googlegroups.activemerchantRe: [Active Merchant] Re: ActiveMerch...
FromSent OnAttachments
Cody FauserJun 4, 2008 5:28 pm 
Subject:Re: [Active Merchant] Re: ActiveMerchant with CyberSource Gateway
From:Cody Fauser (cody@gmail.com)
Date:Jun 4, 2008 5:28:36 pm
List:com.googlegroups.activemerchant

http://groups.google.com/group/activemerchant/browse_thread/thread/485c65246ea21e6/d506c1442b676508?lnk=gst&q=set_debug_output#d506c1442b676508

On Wed, Jun 4, 2008 at 6:23 PM, mtz <trac@gmail.com> wrote:

Thanks - I actually just saw that thread and I got the other key. I put it in my development.rb to replace the :password and restarted. Unfortunately, right now, it is still producing the same error.

I'd like to look carefully at the SOAP header and message that is actually being sent. Is there an easy way observe that ?

On Jun 4, 5:02 pm, "Cody Fauser" <cody@gmail.com> wrote:

Try
this:http://groups.google.com/group/activemerchant/browse_thread/thread/c2...

On Wed, Jun 4, 2008 at 4:44 PM, mtz <trac@gmail.com> wrote:

I have installed ActiveMerchant and carefully read the peepcode PDF. I am trying to set up my application to use the CyberSource gateway. It appears that they need a generated key installed on my server and that token needs to go in the SOAP header back to their server with my request. I have read their documentation, but they really don't have anything to say about Ruby on Rails. Problem is that I have generated the key, put it in a keys folder at the root of my application, but I still get a UsernameToken authentication failure when I submit to their test site.

Has anyone had recent experience and success using ActiveMerchant with CyberSource? Any advice on how to proceed will be appreciated. My alternatives seem to be directly coding a SOAP implementation just to talk with CyberSource, or going to a different gateway.