Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Verisign / Payflow Pro

0 views
Skip to first unread message

Ed Lazor

unread,
Feb 6, 2002, 8:04:35 PM2/6/02
to php-g...@lists.php.net
Hi =)

I saw PHP has built-in support for Cybercash, but that Verisign has
purchased them. It looks like I'll have to go with Payflow Pro, but I'm
wondering if PHP has built-in support, available modules, or what the best
approach is. Any recommendations?

Thanks,

-Ed


****************************************************************************
This message is intended for the sole use of the individual and entity to
whom it is addressed, and may contain information that is privileged,
confidential and exempt from disclosure under applicable law. If you are
not the intended addressee, nor authorized to receive for the intended
addressee, you are hereby notified that you may not use, copy, disclose or
distribute to anyone the message or any information contained in the
message. If you have received this message in error, please immediately
advise the sender by reply email and delete the message. Thank you very
much.

Analysis And Solutions

unread,
Feb 7, 2002, 9:55:29 AM2/7/02
to PHP List
Hi Ed:

> I saw PHP has built-in support for Cybercash, but that Verisign has
> purchased them. It looks like I'll have to go with Payflow Pro, but I'm
> wondering if PHP has built-in support, available modules, or what the best
> approach is. Any recommendations?

PHP does indeed have support for Payflow Pro. See
http://www.php.net/manual/en/ref.pfpro.php.

All these functions do is ship off the data to Verisign and return the
response to a variable. You still need to assemble the data in Payflow
format and then handle the response codes.

I've written my own purchasing procedure which compiles the information in
Payflow format (including Level 3 line item transaction data), passes it to
Payflow Pro, handles the response codes, and stores the data in text files
which get downloaded to an offline system, and finally imported into the
offline database for historical and reconcilliation purposes.

Enjoy,

--Dan

--
PHP scripts that make your job easier
http://www.analysisandsolutions.com/code/
SQL Solution | Layout Solution | Form Solution
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
4015 7 Ave, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409

0 new messages