473,778 Members | 1,901 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PayFlow Pro...No support



--
I have a problem that I am hoping someone can help me with. I am trying
to design a custom shopping cart for a friend. He wants it designed a
specific way so an integrated cart won't work for his purposes. No problem
there. We have a VeriSign/PayFlow Pro account with an SSL cert, however the
hosting company which we are using did not compile PHP with the --with-pfpro
extension and claim that they can not recompile as it is a shared server.
Is there a way to "real time" proccess credit cards working around this
limitation? I have been looking through the docs (that are available) from
VeriSign for the SDK, but can't seem to make sense of the perl sources (Perl
is not my strong point.)
Any help would be GREATLY appreciated! Thank you!

si***@charter.n et

Jul 16 '05 #1
2 2535
John Siefer wrote:
I have a problem that I am hoping someone can help me with. I am trying
to design a custom shopping cart for a friend. He wants it designed a
specific way so an integrated cart won't work for his purposes. No problem
there. We have a VeriSign/PayFlow Pro account with an SSL cert, however the
hosting company which we are using did not compile PHP with the --with-pfpro
extension and claim that they can not recompile as it is a shared server.
Is there a way to "real time" proccess credit cards working around this
limitation? I have been looking through the docs (that are available) from
VeriSign for the SDK, but can't seem to make sense of the perl sources (Perl
is not my strong point.)


Unless the site is going to be getting more than 500 transactions a
month, I'd go with the PayFlow Link instead. That way all the processing
is actually done on the verisign server so you don't need the pfpro
support compiled into PHP.

I haven't used it before, but the dl() function can load a PHP extension
at runtime. It may be possible that would work for the pfpro extension:

http://www.php.net/manual/en/function.dl.php

--
Justin Koivisto - sp**@koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.

Jul 16 '05 #2
OK, I think I am now officially going nuts!
I tried to dl(pfpro.so) (along with the usual extension checks) and it
says the module doesn't exist. I talked to VeriSign and they said that the
payFlow Link option is not available on our server (it is a shared server).
Interland (our server) has told me "You can put a php.ini file in the /html
folder, but can not add any modules that were not installed in the first
place." (duh)
I know that in its VERY basic form, getting the code returned from
VeriSign is a matter of sending user information along with login info to a
program on VeriSign, but it seems that everyone is coming up with blank
stares on their faces. (Interland has all but told me that it can't be done
unless I use the Miva cart that comes on the server...Have to love that..But
I don't believe that for a minute!)
Any other suggestions out there? Help save a man's sanity! lol
Thanks a ton!

--
John Siefer

"Justin Koivisto" <sp**@koivi.com > wrote in message
news:5I******** *********@news7 .onvoy.net...
John Siefer wrote:
I have a problem that I am hoping someone can help me with. I am trying to design a custom shopping cart for a friend. He wants it designed a
specific way so an integrated cart won't work for his purposes. No problem there. We have a VeriSign/PayFlow Pro account with an SSL cert, however the hosting company which we are using did not compile PHP with the --with-pfpro extension and claim that they can not recompile as it is a shared server. Is there a way to "real time" proccess credit cards working around this
limitation? I have been looking through the docs (that are available) from VeriSign for the SDK, but can't seem to make sense of the perl sources (Perl is not my strong point.)


Unless the site is going to be getting more than 500 transactions a
month, I'd go with the PayFlow Link instead. That way all the processing
is actually done on the verisign server so you don't need the pfpro
support compiled into PHP.

I haven't used it before, but the dl() function can load a PHP extension
at runtime. It may be possible that would work for the pfpro extension:

http://www.php.net/manual/en/function.dl.php

--
Justin Koivisto - sp**@koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.

Jul 16 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1657
by: JStrummer | last post by:
Does anyone know if oscommerce has a module to support Verisign's Payflow Pro? I downloaded the one listed as "pro" here http://www.oscommerce.com/community/contributions,167/category,1/search,verisign], and the documentation talks only about Payflow Link. Has anyone used this module? Does it work with Payflow Pro as well? If anyone knows for sure that oscommerce doesnt' work with Payflow Pro, could you point me to other free...
1
2289
by: Mark McEahern | last post by:
I just wrote a very simple wrapper for the PayFlow Pro SDK (see below). A friend of mine did this before, but I didn't have access to his source, so I took it as a learning opportunity for me to write a C wrapper. I did a little searching to see whether anyone had done anything like this for Python. I didn't find anything. I did find that PHP comes with an extension for PayFlow Pro that you can compile into the language:
7
5911
by: Brian | last post by:
Anyone worked with Verisign's Payflow Pro object in ASP? We've had it up and running for weeks without a problem and recently we've started to get some undesirable behavior: at the point where the component sends the transaction data, about 1 in 4 times it will go through, but otherwise it will sit and spin until the script or the browser session times out. may or may not be related to a server maintenance change. I'm not a server...
10
3178
by: Bill Davidson | last post by:
Hi there, Please forgive me for posting this article on multiple groups. Being new in the newsgroups, I was not sure which group would have been appropriate for my question. Sorry. My Question ----------- I am looking for a list of popular compilers and/or platforms that *do not* support native C++ exceptions. Any pointers in this
5
3493
by: shaun.mostashari | last post by:
Hello all, I am working on a trade study and one of the criterias is how easy it is to get DB2 technical support from IBM. I appreciate if you guys share your experience with me. Does DB2 have a good tech support?? Thanks in advance for any input. Shaun
5
3313
by: NormaJean Sebastian via DBMonster.com | last post by:
Hi, I almost read all of the "DB2 vs Oracle" thread... The summary I got from that was all databases essentially do the same things, the decision of which one you use primarily depends on available skillsets, software vendor support, and customer/tech support. I will be facing a decision on migrating our SAP Informix database to either Oracle, DB2UDB, or Sqlserver. I don't think we are going to SqlServer. I have some Oracle...
4
1557
by: Juan T. Llibre | last post by:
ASP.NET 1.0 Support Home http://support.microsoft.com/ph/6350 ASP.NET 1.1 Support Home http://support.microsoft.com/ph/6351 ..Net Framework 1.1 Support Site http://support.microsoft.com/ph/1249 ..Net Compact Framework Support Site
0
1136
by: Dave | last post by:
Hello, I'm trying to get payflow working with php5 as a loadable extension. My configure line has: '--with-pfpro=shared,/usr/local' and php5 installed fine via FreeBSD ports. I then installed Payflow pro also via FreeBSd ports. I'm getting an error with payflow_init which tells me payflow and php are not talking. Some urgency! Thanks.
0
9471
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10071
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9925
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7478
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6723
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5372
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5501
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4036
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3631
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.