Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Payflow Gateway - User authentication failed
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
rahsunm@gmail.com  
View profile  
 More options Apr 25 2008, 6:41 pm
From: "rahs...@gmail.com" <rahs...@gmail.com>
Date: Fri, 25 Apr 2008 15:41:35 -0700 (PDT)
Local: Fri, Apr 25 2008 6:41 pm
Subject: Payflow Gateway - User authentication failed
I got the weirdest problem using Payflow Pro. I'm running a standard
test setup but I keep getting back 'user authentication failed'.

This is how the gateway is setup:

gateway = ActiveMerchant::Billing::PayflowGateway.new(
        :login => 'my_vendor_name', :password => 'mypassword'
)

I also setup a dummy credit card object with no problem.

However, when I do:
gateway.authorize(100,credit_card)

I'll get:

 #<ActiveMerchant::Billing::PayflowResponse:0x1b74f70 @test=true,
@authorization=nil, @success=false, @cvv_result={"message"=>nil,
"code"=>nil}, @fraud_review=nil, @message="User authentication
failed", @avs_result={"message"=>nil, "code"=>nil,
"street_match"=>nil, "postal_match"=>nil}, @params={"message"=>"User
authentication failed", "result"=>"1", "partner"=>"paypal",
"vendor"=>"my_vendor_name"}>

I know Paypal Payflow Manager accounts have user accounts with
passwords for each user. I also know that the password I'm using in my
gateway setting is the Paypal Transaction password.

Am I suppose to put the username and password for a user somewhere
else outside of where I define the gateway?

Thanks to anyone who has an idea of what's happening. The setup worked
before, but I have to be sure I'm not missing something.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott  
View profile  
 More options Apr 26 2008, 1:41 am
From: Scott <tamosu...@gmail.com>
Date: Fri, 25 Apr 2008 22:41:22 -0700 (PDT)
Local: Sat, Apr 26 2008 1:41 am
Subject: Re: Payflow Gateway - User authentication failed
Payflow gateway generally requires 4 fields on Gateway creation. This
might be the cause of your troubles.

      gateway = ActiveMerchant::Billing::PayflowGateway.new(
        :user     => username,
        :login    => vendor,
        :password => password,
        :partner  => paypal
      )

Scott

On Apr 25, 3:41 pm, "rahs...@gmail.com" <rahs...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rahsunm@gmail.com  
View profile  
 More options Apr 26 2008, 3:30 pm
From: "rahs...@gmail.com" <rahs...@gmail.com>
Date: Sat, 26 Apr 2008 12:30:46 -0700 (PDT)
Local: Sat, Apr 26 2008 3:30 pm
Subject: Re: Payflow Gateway - User authentication failed
Thanks for responding Scott. I've tried it this way and multiple
combinations even within the options hash and still no dice. This does
prove that I am on the right path and it may be something wrong with
the account.

Rahsun

On Apr 26, 1:41 am, Scott <tamosu...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »