Questions tagged [paypal-nvp]

The PayPal NVP API is exposing various features of the PayPal platform through NVP requests (name/value pairs).

Related Tags

124 questions
33
votes
4 answers

PayPal SOAP and NVP

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???
Waheed
  • 10,086
  • 20
  • 53
  • 66
18
votes
4 answers

PayPal documentation ( REST, Classic : SOAP & NVP ) What to choose ?

I need to develop a payment solution using PayPal APIs. Actually I started the documentation phase ( on http://developers.paypal.com ) I found the REST APIs understandable, I still don't have an idea how to implement them with SpringMVC so I'm just…
11
votes
2 answers

What is the best way to parse Paypal NVP in PHP?

I need a function that will correctly parse NVP into PHP array. I have been using code provided by paypal but it did not work for when string length was specified next to the name. Here is what i have so far. private function parseNVP($nvpstr) { …
Mike Starov
  • 7,000
  • 7
  • 36
  • 37
9
votes
1 answer

PayPal Adaptive Payments IMPLICIT Pay API

I am basically trying to use the PAY call of Adaptive Payments to programmatically and immediately send funds from my own paypal account to other accounts. According to the documentation, so long as I specify the senderEmail (my own paypal address,…
Authman Apatira
  • 3,994
  • 1
  • 26
  • 33
8
votes
1 answer

Paypal recurring payment charge immediately?

Im using Paypal recurring payments and Im having some issues understanding when is my first charge occurring. Im using Sandbox currently so paypal does not really send me an overview of the payment that is really happening. I would like to create a…
nimi
  • 917
  • 2
  • 14
  • 28
8
votes
1 answer

Meaning of Auth in PayPal(Standard) Subscribe Button Return URL?

I have a subscribe button (using PayPal Payments Standard Integration) in my WordPress website.
Upeksha
  • 445
  • 1
  • 6
  • 9
6
votes
2 answers

PayPal Sandbox Classic API Express Checkout NVP Internal Server Error (500)

Quick Summary: I'm developing an e-commerce site using PHP. It uses PayPal to make payments. I have been successfully using (from sending the request string via SetExpressCheckout to DoExpressCheckoutPayment to GetExpressCheckoutDetails to storing…
6
votes
1 answer

what's wrong with this code to update a paypal button? I get "buttontype invalid error"

I'm trying to dynamically update a PayPal hosted button but getting an error that The button type specified is invalid. I used the PPHttpPost function (which is probably fine), taken from here:…
user961627
  • 12,379
  • 42
  • 136
  • 210
6
votes
2 answers

Specify multiple scopes in PayPal RequestPermission API

Looking at the RequestPermissions API, it says that the scope is supposed to be a string. However, I have been unsuccessful in finding out how to specify more than one scope (specifically EXPRESS_CHECKOUT and REFUND). Comma-separated, semi-colon,…
mikesir87
  • 1,785
  • 1
  • 20
  • 25
5
votes
3 answers

Paypal API DoDirectPayment yields Error 10001:Timeout Processing Request

I am making slow progress with Paypal's API. Currently, making an API call is yielding a timeout error…
Parijat Kalia
  • 4,929
  • 10
  • 50
  • 77
4
votes
1 answer

PayPal's CallPaymentDetails function

I downloaded paypalplatform.php, can't remember where from, but it gives me a nice little function which allows me to check the state of a payment: CallPaymentDetails( $payKey, $transactionId, $trackingId ); This returns lots of useful data like…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
4
votes
1 answer

How to integrate paypal to android app using webview

I want to integrate paypal into my apps. I was close to getting there until i saw this : https://developer.paypal.com/webapps/developer/support/faq#non-US-dev Paypal does not allow non-US developer to use the REST API. So the choice that I am left…
OneNation
  • 427
  • 1
  • 8
  • 22
4
votes
2 answers

Disable Payment methods option on PayPal Page (PayPal NVP)

Hi I am using PayPal with NVP, Following is the request to SetExpressCheckout string returnURL = "http://localhost:50325/GetExpressCheckout.aspx" + "?amount=" + Amount + "¤cy=AUD"; string cancelURL = returnURL.Replace("ReviewOrder",…
user1282609
  • 565
  • 2
  • 14
  • 32
4
votes
1 answer

Paypal: L_ERRORCODE0:10401 Order total is invalid and invalid argument

I followed https://www.paypal-labs.com/integrationwizard/ecpaypal/main.php to implement paypal sandbox account in my application. My code is spanned in 3 jsp pages such as index.jsp -> expresscheckout.jsp -> paypalfunctions.jsp…
Master Mind
  • 2,386
  • 3
  • 31
  • 48
3
votes
4 answers

ReturnURL for Paypal Adaptive Payments

I'm trying to use AdaptivePayments to send funds from one user to another user via my site, so I can check whether or not they've actually gone through with the payment. The payment goes through, but they're not returned to my site so I can't track…
Echilon
  • 10,064
  • 33
  • 131
  • 217
1
2 3
8 9