nvp

PayPal SOAP and NVP

Hi, I am new to PayPal and i want to know which is batter way to implement PayPal, SOAP or NVP API. And what is the major difference between these two??? ...

Masspay and MySql

Hi, I am testing Paypal's masspay using their 'MassPay NVP example' and I having difficulty trying to amend the code so inputs data from my MySql database. Basically I have user table in MySql which contains email address, status of payment (paid,unpaid) and balance. CREATE TABLE `users` ( `user_id` int(10) unsigned NOT NULL auto_i...

Need example code for PayPal NVP api request code for parallel payment.

I can use successfully the PayPal NVP api for SetExpressCheckout. But the problem with this is, I can't pay two merchant on a single payment. So, going through PayPal, I found that I can use the parallel payment. I need to know how can I use the parallel payment. I have request code for the SetExpressCheckout like following, <form meth...