Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Posts
    22
    Plugin Contributions
    0

    Default Need Help with PayFlow Pro

    Hello,

    I am trying to implement PayFlow Pro with Zen Cart 1.3.7 on Solaris 10 running Apache 2.2.

    I believe I have everything installed correctly, but when I go through the purchase process in Zen Cart and get to "Step 3 of 3 - Order Confirmation" and then click the "Confirm the Order" button, I get taken back to "Step 2 of 3 - Payment Information" and see the following:


    Code:
    Result code: 1:
    
    Error There has been an error processing your credit card, please try again.


    I then receive an e-mail with the following info:

    Code:
    valueA: sh: /storage/www/wwwsec/bookstore/shop/includes/modules/payment/bin/pfpro: cannot execute
    valueB: 
    RetVal: 1
    
    0 => sh: /storage/www/wwwsec/bookstore/shop/includes/modules/payment/bin/pfpro: cannot execute
    
    
    PROCESSING_INFO:
    -----------------------
    TRXTYPE=A
    &TENDER=C
    
    
    
    
    &VERBOSITY=MEDIUM
    &ACCT=4111XXXXXXXX1111
    &EXPDATE=0110
    &CVV2=100
    &AMT=43.94
    &CURRENCY=USD
    &COMMENT1[6]=( 2 ) 
    &COMMENT2[80]=Flat Rate (Best Way)5.00  ZenSessName:zenid ZenSessID:o89gh6gnvrd2tb5fcmtll3mp07
    &INVNUM=Cust:1 Order:1
    &CUSTREF=Order:1_Cust:1_Time:0.66712500 1217443867
    &NAME[7]=A. USER
    &LASTNAME=User
    &STREET=370 Lancaster Ave.
    &CITY=Haverford
    &STATE=PA
    &ZIP=19041
    &COUNTRY=United States
    &SHIPTOFIRSTNAME=A.
    &SHIPTOLASTNAME=User
    &SHIPTOSTREET=370 Lancaster Ave. 
    &SHIPTOCITY=Haverford
    &SHIPTOSTATE=PA
    &SHIPTOZIP=19041
    &SHIPTOCOUNTRY=United States -- PHP/COM Test Transaction --


    After looking at some posts here (hello, Dr. Byte!), I've tried to run 'pfpro' from the command line, but when I do, I get "Invalid Argument". Is there some argument I need to supply?

    ANY help would be appreciated.



    Doug

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Need Help with PayFlow Pro

    If I recall correctly, Return Value of "1" means that your user/vendor/partner/password credentials have been supplied incorrectly.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Feb 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Need Help with PayFlow Pro

    Thanks, Dr. Byte, I was hoping you'd see my thread since you seem so knowledgeable about this stuff.

    I am pretty confident that my auth stuff is correct, but here's the line that makes me think it's something else:

    valueA: sh: /storage/www/wwwsec/bookstore/shop/includes/modules/payment/bin/pfpro: cannot execute


    That's in the debug e-mail that gets sent to me.

    Am I supposed to be able to run the pfpro binary from the command line? If so, how? When I try, I get an "Invalid Argument" error.

    Thank you. I am really without any other help on this, and need to get it working, so any help you can give is GREATLY appreciated.



    Doug

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Need Help with PayFlow Pro

    "cannot execute" would seem to be a permissions issue ... ie: the pfpro binary needs to be set to give eXecute permissions to the apache user

    As for running from command line, yes, you should be able to. As for what parameters, I don't recall ... it's been years since I actually used that older module. The newer one for v1.3.8 is much more flexible and reliable IMO.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Need Help with PayFlow Pro

    This is not related to the above issue, but I have a question about Payflow Pro.
    Does Payflo Pro have to installed in order to process cc payments thru PayPal? It was my understanding that it didn't as long as the PayPal account is verified and at a "business level".

    Thanks for clarifying this for me.

    Tina

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Need Help with PayFlow Pro

    Quote Originally Posted by charmedbytina2 View Post
    This is not related to the above issue, but I have a question about Payflow Pro.
    Does Payflo Pro have to installed in order to process cc payments thru PayPal? It was my understanding that it didn't as long as the PayPal account is verified and at a "business level".

    Thanks for clarifying this for me.

    Tina
    Payflow Pro is a payment gateway service previously run by Verisign, until it was bought out by PayPal. In its purest sense, it has nothing to do with your PayPal account. However, PayPal is slowly linking the features together.

    Website Payments Pro is quite similar to Payflow Pro, in that both are gateway services which can process credit cards directly from your website, without the customer even knowing that the PayPal network is actually the one clearing the card through the banks. Both services require the payment of a monthly service charge, as well as a credit check before the service can be available to you.

    A regular PayPal "premier" or "business" account can accept payments via Credit Card. The customer does all the credit card data-entry on the PayPal site after selecting the items to purchase from your store. They "know" that PayPal is processing the transaction.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v154 Does Paypal Payflow Gateway (Paypal Payflow Pro) work with 1.5.4?
    By mumzie in forum PayPal Website Payments Pro support
    Replies: 4
    Last Post: 16 Jul 2015, 06:59 PM
  2. need help with payflow
    By cccoyote in forum Addon Payment Modules
    Replies: 2
    Last Post: 8 May 2008, 08:45 AM
  3. Need help setting up Payflow Pro under Windows
    By palomig in forum Addon Payment Modules
    Replies: 2
    Last Post: 5 Jul 2006, 07:19 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg