paypal-soap

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??? ...

how to implement paypal API for ebay style application

hi I'm working on ebay style application, many users and each can set his paypal account for receiving payments. Another users can pay via paypal to his paypal account. I would like to use paypal api (soap) for realizing payments to sellers. But I didn't find a way how to send money to another paypal account via api. I can receive paymen...

paypal api - send money to any paypal account

Hi, is it possible to send money using paypal API to any paypal account (not just to API credentials owner). I know that it's possible to do that using IPN, but I need to use SOAP. many thanks ...

PayPal API Certificate

Ok, I've never seen this ever when coding againts and sending 3rd party SOAP API calls but looks like PayPal requires their bigger clients to use the X509 certificate in order to send API calls rather than just sending over a standard API signature like most APIs require you to do. Am I the only one who thinks this is kinda strange or n...

Sending an API CAll with PayPal SOAP API

Ok, so I have the service reference in my .NET project. And yes I know that you now have access to proxy classes. But in the past, I am used to doing this via an HttpWebRequest object using NVP, but never tried using the WSDL and sending a SOAP request this way. I'm not quite sure which object to use to send the request. Not sure whe...

Test PayPal payments not showing up in sandbox.

I'm working the Adaptive Payment .Net API samples. I've setup my test account stuff and everything runs fine with a "success" transaction. The only problem is I neither see debits from the payees nor credits to the seller. What gives? ...

3dsecure processing using paypal soap api

Hello, I'm trying to get paypal to accept my 3d secure authorisation after taking a user through the Cardinal Centinel process (3dsecure verification is now required in the UK by Paypal for all Maestro payments). Having got the authorisation codes back from Cardinal Centinel when I then pass then on to paypal using a SOAP DoDirectPayme...

paypal SoapClient not working

I am using PHP's SoapClient class to connect to paypal. I have a number of problems: The paramaters I pass to the soap call are array('ReturnAllCurrencies'=>0, 'Version'=>'63.0') but as you can see in the request below, 63.0 is put in <param1> whatever that is. I don't even see ReturnAllCurrencies in the request. In this request I ...

PayPal's CallerServices Works on localhost but not server

Hello, My PayPal Direct script works perfect on my machine. Both nUnit tests and via a website on localhost. However this first line of code fails on my server and another server. (both full trust) CallerServices caller = new CallerServices(); Message: The type initializer for 'com.paypal.sdk.core.soap.SOAPAPICaller' threw an exceptio...

Handling of PayPal IPN: is necessary? Can I use another method?

Reading PayPal developer documentation (and this is a lot of documentation) I'm not sure if IPN is mandatory or I can simply ignore it. Of course, I must implement some other mecanism in order to know if the payment was correct. I thought doing something like this: Create a new payment (via web service) with a different code in both r...

Paypal: Cancel or timeout a payment

I'm using Adaptive Payments API in order to create a new parallel payment. I'm reading documentation but I still have some questions: Is there any API operation for cancel this payment (obviously, sending payKey)? When I create this payment, can I specify a timeout? What is the default timeout for a paypal operation? Thanks. ...

Pass Custom Variable to PayPal server via IPN Message and Response

Hi..., I had successfully integrated Paypal with my iPhone application, but I got stuck over passing the Custom variable via SOAP to Pay pal using IPN Message. Has anyone pass the Custom Variable to Pay-pal Server????I am making an application for a restaurant,user can make payment using Pay-pal server. I need to pass the Custom vari...