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) ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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!! |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| 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.... |
|
#3
| |||
| |||
| 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 Verisigns 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 Verisigns 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 youll 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 dont 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, youll 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! |
|
#4
| |||
| |||
| 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 |
|
#5
| |||
| |||
| 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 |
|
#6
| |||
| |||
| 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? |
|
#7
| |||
| |||
| 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. |
|
#8
| |||
| |||
| 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. |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| 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 |