PHP Classes

PayPal NVP

Recommend this page to a friend!

      Paypal NVP  >  All threads  >  PayPal NVP  >  (Un) Subscribe thread alerts  
Subject:PayPal NVP
Summary:Does this class support API Certificate...
Messages:4
Author:smita lkapse
Date:2008-02-11 10:39:26
Update:2009-07-24 07:18:55
 

  1. PayPal NVP   Reply   Report abuse  
Picture of smita lkapse smita lkapse - 2008-02-11 10:39:26
does this , class support API certificate instead of API Signature,,,

i want to integrate PayPalPro in my site ,, so i want some help about it,,


if some one can help me let me know..


thanks

Smita.

  2. Re: PayPal NVP   Reply   Report abuse  
Picture of Richard Munroe Richard Munroe - 2008-02-12 13:50:19 - In reply to message 1 from smita lkapse
I didn't need Certificates when I designed the class, but there shouldn't be a lot of difference between the the two, you'll just need to do a bit of design work to add them. It's been a while now since I looked at the API but if you define a base class for each type of transaction and a child class that adds the Signature stuff, you should then be able to easily add the Certificate stuff as a different child class and use the rest of the framework.

Should you do this, pass them back when you're done so that I can upgrade the class.

I'm available for consulting work to do this for you if you're interested.

Best,

Dick Munroe

  3. Re: PayPal NVP   Reply   Report abuse  
Picture of dinesh gulati dinesh gulati - 2009-04-28 10:16:19 - In reply to message 2 from Richard Munroe
common guys its not working at all.

you have not designed any form where user can enter his/her data...

when i run example.php
following error occur
site is too busy..

and i have enter information regarding api credentionals...

Any help?

  4. Re: PayPal NVP   Reply   Report abuse  
Picture of Yogi Yang Yogi Yang - 2009-07-24 07:18:55 - In reply to message 3 from dinesh gulati
I think you will have to first modify some of the files to add necessary/required information.

I am not sure as I am also starting to understand and trying to use Paypal.