The nvp tag has no wiki summary.
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???
2
votes
0answers
89 views
Changing the Amount of a PayPal Subscription
We are using PayPal subscriptions to automatically make ongoing monthly donations. The user initially creates a subscription with some pre-determined monthly donation amount (e.g., say $50/month). ...
1
vote
1answer
116 views
Paypal API TransactionSearch NVP - Success but no result
I am editing a web site of an Ultimate Frisbee organisation I'm part of that needs to validate a membership payment when the user tries to sign in.
To do so, I am using a PHP Paypal API (the NVP ...
1
vote
3answers
260 views
Paypal Checkout Express empty cart problem
I'm working on Paypal integration in my website, following Paypal's API specifications. I'm testing it in a sandbox, and after sending a SetExpressCheckout request like this:
CURRENCYCODE=EUR
...
0
votes
2answers
101 views
Paypal NVP with IPN for confirmation - what ties them together
I am using PayPal with NVP API (using PHP) for express checkout. I am creating an invoice record in the database before redirecting the user to Paypal. In case the user doesn't return to my site after ...
0
votes
1answer
211 views
Paypal NVP with php error
I am trying to get up and running using Paypal's NVP interface for my website to process my custom cart. I've downloaded their sample code (here) and have tried to run unaltered without success. Any ...
0
votes
1answer
1k views
Problems with Paypal SetExpressCheckout when using NVP API in ASP.net
Hi,
I am implementing the intergration between my Facebook game and Paypal's express checkout payment service.
My website is developed in ASP.net and I am using NVP API for the integration.
MY ...
0
votes
0answers
172 views
Paypal - change paypal recurring amount php
I've setup recurring profiles using credit cards for my site using PayPal NVP php API.
I'm stuck at a point.
For some reason, I want to charge customer for overage usage.
for example, for the month ...
0
votes
1answer
76 views
BlogEngine Paypal
I'm trying to get BlogEngine working with ExpressCheckout. I've tested the API credntials with the same user controls as I'm using with BlogEngine and they work. In BlogEngine, however, I get "Sorry, ...
0
votes
1answer
25 views
Mysql — how to retrieve NVP values and group them?
Lets say we have this MySQL table
name value
author Sabriel Armstrong
author Peter Abhorsen
author Garth Stein
item bell
item book
item sword
item wand
...
0
votes
1answer
707 views
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 ...
0
votes
1answer
152 views
Masspay and MySql
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 ...
-1
votes
1answer
62 views
Paypal dosen't display the amount of current puchase?
PayPal doesn't seem to display the amount of the purchase on the left of the PayPal page. What's more surprising is that the description of the product is displayed correctly!I don't know why. Who can ...