osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Payflow Pro - verisign payment module help

This is a discussion on Payflow Pro - verisign payment module help within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello, I am soooooo lost . I need some help, integrating my oscommerce with payflow pro, - payflow pro (verisign) ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 07-01-2005, 01:29 PM
Member
 
Join Date: May 2005
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
markymrk22
Default Payflow Pro - verisign payment module help

Hello,

I am soooooo lost . I need some help, integrating my oscommerce with payflow pro, - payflow pro (verisign) is no help. does anyone have any ideas as to where I begin, or what the steps are so I can receive payments and have payflow pro process them.


I would greatly appreciate any help at all.

Thank you!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 07-01-2005, 08:05 PM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,684
Thanks: 2
Thanked 94 Times in 80 Posts
Rep Power: 12
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default

As this is one that is not included with MAX ---- Which version are you using?

Verisign PayFlowLink
http://www.oscommerce.com/community/contributions,57

VeriSign Payflow Link for osC 2.2 MS 2 (WORKING)
http://www.oscommerce.com/community/contributions,2812

Verisign Australia Payflow Link
http://www.oscommerce.com/community/contributions,1727

Verisign PayFlow Pro w/CSC new checkout
http://www.oscommerce.com/community/contributions,961


Verisign PayFlow Link w/CSC new checkout process
http://www.oscommerce.com/community/contributions,960



Payflow Link Pro (with optional CSC)
http://www.oscommerce.com/community/contributions,167

Verisign Payflow Link w/ CSC validation
http://www.oscommerce.com/community/contributions,967

or...

Masked VeriSign Payflow Link
http://www.oscommerce.com/community/contributions,2892
Which is based on the above two.... 960 & 967


Hate it when people make a change or duplicate and upload it as another contribution - instead of as an update of the orginal....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 07-03-2005, 04:52 AM
New Member
 
Join Date: Mar 2004
Posts: 20
Thanks: 0
Thanked 2 Times in 1 Post
Rep Power: 0
xtech
Default

Hi. I'm wondering if this will help. I started these instructions a while back and (as with most everything I do) never finished them. These work for Linux only, but may provide you with some conceptual help if you're on a WIN server.

Maybe this will provide a good starting point for getting you a solution.

There are 2 steps to Payflow Pro install.
1) Install the Payflow Pro contrib
2) Install the Payflow Pro SDK or Compile Payflow Pro support into PHP on your server.

I would assume that you're on a shared server. Using the method below requires no intervention by the server owner (assuming that it's not you) and will get Payflow Pro working with OSC.

I may have left some steps out or some clarification, so please ask!

In order to get Verisign’s PayFlow Pro to work with OSCommerce when the Payflow functions cannot be compiled into PHP (such as in the case of a shared server)

Download the Payflow pro SDK for your server version from Verisign’s web site:
Here are the instructions for Linux:
https://knowledge.verisign.com/searc...e=5002#Goto322

Extract the file on your server. Using the Linux tarball as an example, cd into the directory into which you’ll be installing the payflow files.

You might cd into your /home/user directory, for example.

When you extract the files, the following subdirectories will be created:

/home/user/verisign/payflowpro/linux/bin
/home/user/verisign/payflowpro/linux/lib
/home/user/verisign/payflowpro/linux/certs
/home/user/verisign/payflowpro/linux/jni
/home/user/verisign/payflowpro/linux/perl

The first thing you need to do is to test that your Verisign account has been setup properly.

Verisign includes a test script, appropriately named “test.sh”

Make sure you make the script executable with something like “chmod 755 test.sh”

Edit the file and input the following information. The user and password should have been setup by you, the vendor and partner should be assigned by Verisign.

USER=
VENDOR=
PARTNER=
PASSWORD=

If you made no changes to the directories that were created by your extraction of the payflow tarball from verisign, you don’t need to make any other changes to the test.sh file.

After running a ./test.sh, you should get a return similar to this:
—————————————————————————————————————————————— ***> Performing ‘pfpro’ binary test transaction…..

You will need to change the USER, VENDOR, PARTNER and PASSWORD to your
User, Vendor, Partner and Password as specified when you signed up with
the Payflow Pro service.

To change these values, edit the variables USER, VENDOR, PARTNER and
PASSWORD in this file, test.sh.

RESULT=126&PNREF=V53RF6956791&RESPMSG=Unde r review by Fraud Service&AUTHCODE=010101&IAVS=N&PREFPSM SG=Review CeilingAmount&POSTFPSMSG=Review

Done with ‘pfpro’ binary test transaction…—————————————————————————————————————— ——————-

If you are not yet setup by verisign, or if you did not enter the proper values for the variables you edited, you’ll get an “Unable to verify user” message.

Once you can successfully get a response, you are ready to update your OSCommerce admin settings to reflect your payment.

Again, please ask any questions and I'll use the reponses to finally finish these instructions!

Hope it helps!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 07-03-2005, 05:01 AM
New Member
 
Join Date: Mar 2004
Posts: 20
Thanks: 0
Thanked 2 Times in 1 Post
Rep Power: 0
xtech
Default

Oops!

Here are the instructions for downloading the Payflow Pro SDK (Software Developer's Kit).

You actually download it by logging in to your Verisign Manager (http://manager.verisign.com)

Once you've downloaded it and then ftp'd or scp'd it to your web server, you'll be ready to follow the instructions.

https://knowledge.verisign.com/searc...pe=5000#Goto90
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 07-07-2005, 02:04 PM
Member
 
Join Date: May 2005
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
markymrk22
Default Thanks soo much, however Im still stuck

I am still stuck. I got the verisign manager all set up, and have even tested out transactions in it. However When I want to integrate my Cart I am still not having any success

My fist question is what do I put for my user name in my payflow pro module in the admin panel.


Also. What else do I have to do to set this up, I have the payflow pro module, it seems to be set up right, but how do I get it to work with my verisign manager.

Thanks so much for any furhter help.

Mark
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 07-07-2005, 05:20 PM
New Member
 
Join Date: Mar 2004
Posts: 20
Thanks: 0
Thanked 2 Times in 1 Post
Rep Power: 0
xtech
Default

Here are sample values to enter into the Payflow Pro module.

Your goal is to make the transactions get authorization from Verisign (just like you've manually done). In order to do this, you just need to tell OSCommerce

1) Where to go to login to Verisign's Payflow (That's the Payflow Pro Host Address listed below)

2) The login and password for your account (Same one you use for Verisign Manager login)

3)


Credit Card Test Info:

CC#: 4111111111111111
Expiry: Any

Allow PayflowPro
1

Currency
USD

PayflowPro Host Address
payflow.verisign.com

PayflowPro Host Port
443

PayflowPro Transaction Type
S

PayflowPro Transaction Tender
C

PayflowPro Partner
verisign

*PayflowPro Vendor
your_vendor_name = the Payflow Pro user name listed below (the same one you use to login to the Verisign Manager. Seems funky to enter the same thing for Vendor and User, but do it anyway!

*PayflowPro User
Verisign Manager Login name goes here

*PayflowPro Password
Verisign Manager Password goes here

PayflowPro Transaction Timeout
45

Proxy Address


Proxy Port


Proxy Logon


Proxy Password


CSC
1

NOTE: The following "Payflow Pro Library Path" values are dependent upon where you untarred your Payflow Pro SDK - verify that the following directories exist on your machine. Substitute your home directory name for the [user's home directory] listed below. If your web site is located in /home/markymrk, and you dumped the Payflow Pro SDK into your home directory substitute "markymrk".

*PayflowPro Library Path
/home/[user's home dir]/verisign/payflowpro/linux/lib

*PayflowPro Certificate Path
/home/[user's home dir]/verisign/payflowpro/linux/certs

*PayflowPro Executable
/home/[user's home dir]/verisign/payflowpro/linux/bin/pfpro

Hope this helps get you there!

Please ask if something isn't clear.

Have you tested a transaction by running the test script as outlined in my previous post? Are you running on a *nix server?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 07-08-2005, 06:26 AM
Member
 
Join Date: May 2005
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
markymrk22
Default still stuck. -- help

Okay,

Well I have configured the payflow pro module correctly, but the transactions I put through on my site didnt go through to the verisign manager.

I just realized I downloaded the SDK for windows and never uploaded it onto my server.

Now I am trying to do that, but I am not sure where to put the files.

My guesses are either right in the /catalog directory. or in the /catalog/includes/modules/payment/ directory

I am not quite sure what the /home directory is.


Please help.

I have been stuck for days now. - cant sleep


I am running on a windows 2000 server.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 07-18-2005, 04:22 AM
Member
 
Join Date: May 2005
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
markymrk22
Default Got it to work

Believe it or not - I actually got the Payflow Pro to work.

If your having trouble with the same thing I was, - maybe I can now help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Payment Modules -where is verisign? studioridge osCMax v1.7 General Mods Discussion 3 05-29-2004 12:10 PM
credit card error on verisign payflow pro kfree osCommerce 2.2 Modification Help 1 05-26-2004 11:06 AM
payment module CMWM osCMax v1.7 General Mods Discussion 0 04-10-2004 07:11 AM
BoA payment Module Anonymous osCMax v1.7 Discussion 0 12-07-2003 10:31 PM
Verisign Payflow Link Problems desi0r osCommerce 2.2 Modification Help 2 04-11-2003 02:34 PM


All times are GMT -8. The time now is 03:26 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax