This is something the extension will probably have to implement.

I'm going to have to talk to Verisign; there seems to be a difference between a
Signio account and a Verisign account, because there are two different manager
interfaces. There is no new SDK available in the Signio interface, so I'll have
to see if I can get our account moved over.

John

On Tue, 13 Mar 2001, Dan Harrington wrote:

> I removed the PNVersion from the code (by force) and it works now....all I
> need
> is to be able to tell it where to find the f73e89fd.0 file (in my ssl certs
> path)
> and it should work.  Functionally, it seems to work, its just that it can't
> find
> that file.
> 
> 
> > -----Original Message-----
> > From: Robert Covell [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, March 13, 2001 12:26 PM
> > To: John Donagher; Dan Harrington
> > Cc: [EMAIL PROTECTED]
> > Subject: RE: [PHP] Payflow Pro
> >
> >
> > I believe that he is using the V3 SDK that Verisign just released.  I just
> > went through this same thing.  The support in PHP 4.0.2+ is for the V2.11
> > beta SDK.  The API in the new V3 sdk is completely different and was
> > unusable with the current PHP implementation (i.e. There is no PNVersion()
> > function).  Once I obtained the beta V2.11 SDK from Verisign life
> > was good.
> > PHP will need to updated to support V3 prior to it being utilized.
> >
> > Sincerely,
> >
> > Robert T. Covell
> > President / Owner
> > Rolet Internet Services, LLC
> > Web: www.rolet.com
> > Email: [EMAIL PROTECTED]
> > Phone: 816.210.7145
> > Fax: 816.753.1952
> >
> > -----Original Message-----
> > From: John Donagher [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, March 13, 2001 9:31 AM
> > To: Dan Harrington
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: [PHP] Payflow Pro
> >
> >
> >
> > Hi Dan-
> >
> > I'm one of the two guys who wrote the extension.
> >
> > This would seem to be a different SDK than the one we use. Can
> > you point me
> > to
> > (or send me) the one you downloaded? I'm unfamiliar with the VENDOR and
> > PARTNER
> > attributes, and I'm not sure I understand the point behind using your own
> > client certificate (unless it replaced the USER&PWD authentication method,
> > which it apparently doesn't).
> >
> > Can you touch on what these are for? We can surely add support for the
> > cert_path, I'm just not sure I understand what advantage it provides over
> > using
> > Verisign's default certificate, which is compiled into their SDK.
> >
> > John
> >
> > On Tue, 13 Mar 2001, Dan Harrington wrote:
> >
> > > Hello,
> > > I am using Payflow Pro as a payment processor on RedHat Linux and I need
> > to
> > > be able to specify the cert directory so that we can process
> > transactions.
> > > I can make things work with a shell script:
> > >
> > > ---
> > > #!/bin/sh
> > > PFPRO_CERT_PATH=/usr/local/ssl/certs;export PFPRO_CERT_PATH
> > > ./pfpro test-payflow.verisign.com 443
> > >
> > "TRXTYPE=S&TENDER=C&VENDOR=(ourvendorname)&PARTNER=(ourpartner)&US
> > ER=(ouruse
> > > rname)
> > > &PWD=(ourpassword)&ACCT=5105105105105100&ExpDate=1210&AMT=1.00" 10
> > > --
> > >
> > > and the test transaction works fine.
> > >
> > > However,
> > >
> > > when I use the payflow pro processing functions in PHP, I get the error:
> > >
> > > The response: Array ( [RESULT] => -31 [RESPMSG] => The certificate chain
> > did
> > > not validate, no local certificate found )
> > >
> > > The reason for this is that I need to set the cert path to go
> > and look for
> > > the  f73e89fd.0 file in my certs directory, and I don't
> > > know how to tell it to look for it.
> > >
> > > I've already tried setting the environment variable
> > > PFPRO_CERT_PATH=/usr/local/ssl/certs but that doesn't make a difference.
> > >
> > > It doesn't seem to be an option I can set in the config.h file for the
> > > payflow pro SDK that I downloaded.
> > >
> > > What's the deal?  Anyone know how to fix this problem?
> > >
> > > Yes, I've RTM and STN already.
> > >
> > > Thanks
> > > Dan
> > >
> > >
> > >
> >
> > --
> >
> > John Donagher
> > Application Engineer
> > Intacct Corp. - Powerful Accounting on the Web
> > 408-395-0989
> > 720 University Ave.
> > Los Gatos CA 95032
> > www.intacct.com
> >
> > Public key available off http://www.keyserver.net
> > Key fingerprint = 4024 DF50 56EE 19A3 258A  D628 22DE AD56 EEBE 8DDD
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> 

-- 

John Donagher
Application Engineer
Intacct Corp. - Powerful Accounting on the Web
408-395-0989
720 University Ave.
Los Gatos CA 95032
www.intacct.com

Public key available off http://www.keyserver.net
Key fingerprint = 4024 DF50 56EE 19A3 258A  D628 22DE AD56 EEBE 8DDD


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to