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.
Help with verisign
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
According to several sources, Payflow was purchased by PayPal. There are native functions for PHP available... http://php.net/ref.pfpro
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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.