Page 1 of 1

Help with verisign

Posted: Mon Aug 20, 2007 10:51 am
by jito
Hi,
I need to use the verisign payflow with php. But whenever i tried downloading SDK it take me to a login page. From a article i came to know i need a verisign developer acount for that. How can i create one?
Thanks.

Posted: Mon Aug 20, 2007 11:00 am
by feyd
According to several sources, Payflow was purchased by PayPal. There are native functions for PHP available... http://php.net/ref.pfpro

Posted: Mon Aug 20, 2007 11:03 am
by jito
Yeah feyd, i know, but i need to use the appropiate SDK to use those functions i think. And i'm unable to download the SDK.

Posted: Mon Aug 20, 2007 11:06 am
by feyd
There is no SDK needed for those functions, they are native PHP functions. You simply need to load the proper extension. Whether you need to compile that extension or not falls on what server you are on.. and whether you can use dl() or need to modify the php.ini.