Tagged Questions
The PayPal NVP API is exposing various features of the PayPal platform through NVP requests (name/value pairs).
5
votes
3answers
2k views
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???
4
votes
1answer
751 views
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 ...
1
vote
4answers
333 views
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 ...
1
vote
1answer
127 views
Paypal NVP API - Narrowing Transaction Search Results
I'm currently building a simple ecommerce site for a client that will use solely Paypal to take payments. I want to display orders in the CMS I'm building for them, but only transactions that are made ...
1
vote
2answers
744 views
Need to capture and store receiver's details via IPN by using Paypal Mass Pay API
This is a question about Paypal Mass Pay IPN. My platform is PHP & mySQL.
All over the Paypal support website, I have found IPN for only payments made. I need an IPN on similar lines for Mass Pay ...
1
vote
2answers
383 views
PayPal Express Checkout - Billing information
We're trying to have PayPal Express Checkout payment for a shopping cart (for a live website).
Once the Authorization is completed, we are able to retrieve the Shipping information from the Buyer ...
0
votes
1answer
69 views
Paypal PHP NVP API - The totals of the cart item amounts do not match order amounts
I am having an issue with the totals on my custom paypal shopping cart. Using the PHP NVP API I get:
TIMESTAMP: 2012-01-18T07:27:10Z
CORRELATIONID: d1fac4fa784ef
ACK: Failure
VERSION: 84.0
BUILD: ...
0
votes
1answer
43 views
PayPal Pro NVP API Error Localization
I am creating an english and french website that will be using paypal for payment processing.
I have all of the PayPal API working properly, and currently I am just outputting any error messages to ...
0
votes
0answers
33 views
paypal guidance, getting shipping address after someone buys an item
I am using Name-Value-Pair (NVP) to send the info about item and price to paypal when a user clicks the "BUY NOW" button. My transaction is not complete though. I would like to get the shipping ...
0
votes
0answers
27 views
NVP Requests to paypal taking around 12 seconds to respond and some time fails , is it normal?
As title says, i feel 11~12 is not normal also it does fail to respond sometimes is it issue with paypal or something wrong my server side ? not able to figure it till now.
If someone had similar ...
0
votes
0answers
327 views
CreateRecurringPaymentsProfile NVP works on PayPal Sandbox, rejected on live PayPal
When I send this NVP on live PayPal it returns Error code 10527 "This transaction cannot be processed. Please enter a valid credit card number and type."
I made a PayPal API class in PHP to ...
0
votes
1answer
158 views
Permission denied in DoVoid method of paypal
I am making a NVP api call to Void a paypal transaction but I get the following error message
DoVoid failed:
Array
(
[TIMESTAMP] => 20110329 05 42 06
[CORRELATIONID] => 999a45387463f
...
0
votes
0answers
223 views
Paypal - RecurringPayments and an empty response
I'm using the CreateRecurringPaymentsProfile to add a subscription using ExpressCheckout. The problem I have is an empty response, but a working subscription. This is my request (ASP.NET):
NVPCodec ...
0
votes
1answer
116 views
integrating asp.net shopping site with paypal using nvp api
Hai,
I am trying to integrate my shopping site in asp.net with paypal using nvp api method.I dont know from where to start.If anyone have suggestions please reply to this.