Re: Paypal Payment Pro with certificate use



Hello,

on 02/28/2008 01:38 PM veersinghverma@xxxxxxxxx said the following:
Hi, Bascily i m using Payment Pro method and want to use certificate
instead of signature.I want to know how i can do this thing possible
as i try a lot research but nothing i get till.Thanks in advance..

I don't know about Payment Pro, but I use Web standard payments with a
certificate from Paypal to encrypt the shopping cart. If that is the
same certificate, you need to create a private/public key and upload it
to Paypal. The you need to use Paypal public key to exchange encrypted
messages. You need to use PHP OpenSSL libarary functions.

I learned that from the Paypal Hacks book which seemed to be more
objective that Paypal own documentation and provides clear step by step
explanations of how to do such things. I recomend it.

http://www.phpclasses.org/reviews/id/0596007515.html

--

Regards,
Manuel Lemos

PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
.



Relevant Pages

  • Re: [PHP] fsockopen in phpmailer and tls
    ... that I'm using for the server is a self signed certificate. ... Sounds like an email client issue and most likely may differ for each ... "PHP Warning: fsockopen: SSL operation failed with code 1. ... echo "Made it!\n"; ...
    (php.general)
  • Re: [PHP] fsockopen in phpmailer and tls
    ... that I'm using for the server is a self signed certificate. ... Sounds like an email client issue and most likely may differ for each ... "PHP Warning: fsockopen: SSL operation failed with code 1. ... echo "Made it!\n"; ...
    (php.general)
  • Re: SSH-style public key authentication for web app login
    ... possible to use a key-based authentication method with PHP instead. ... authentication but didn't find much useful information regarding it. ... certificate information to the application itself - e.g. you can see ... implementations of RSA encryption written in javascript and PHP - so ...
    (comp.lang.php)
  • Supported Socket Transports
    ... i try to connect from php to a https-site, ... the certificate. ... actually i want my php-script to accept all ... supported socket transports: http://ch2.php.net/manual/en/transports.php ...
    (comp.lang.php)
  • Re: help using certificates with SoapClient in PHP Error
    ...    I have been trying to access webservice in asp.net using php. ... webservice requires the use of a certificate, ...
    (comp.lang.php)