Questions tagged [nvp]

Name-Value Pairs(NVP) is a PayPal Classic API syntax that uses a query-string to pass data

Name-Value Pairs(NVP) is part of the PayPal Classic API system. It was introduced as a simpler alternative to using to make API calls. NVP works exactly like a query string (raw POST operations also function like query strings). A sample NVP (minus the necessary authentication data) looks like this

METHOD=GetTransactionDetails&VERSION=109.0&TRANSACTIONID=ABC123

Responses are made in kind.

85 questions
0
votes
1 answer

Paypal Pro NVP Sandbox PHP Payment Impossible

I have build my own Paypal Pro System But He Don't Work i can't access template but NVP ACK Success. i've tried to change encoding but nothing to change. The only things i get is Unable to process your payment. Please contact the merchant…
0
votes
1 answer

Text field data from PayPal button payment is not grabbed in Classic API NVP transaction details call

I'm calling GetTransactionDetails with NVP using the code from List of PayPal transactions The HTML for the PayPal button look likes
0
votes
1 answer

Paypal NVP Authentication Failure

Currently using PHP + cURL to test the NVP SetExpressCheckout Paypal feature (sandbox mode) on xampp, no matter what I do, I receive the following error: Error Code 10002 : Authentication/Authorization Failed. You do not have permission to make this…
Mike Chip
  • 23
  • 3
0
votes
1 answer

PayPal NVP Timeout

Ok, I've bashed my head against the wall for two hours on making what I assumed was a simple call to PayPal over NVP. I've tried everything, but it keeps telling me that it didn't work out because of an internal error that doesn't tell me what I…
0
votes
1 answer

Transaction id is invalid 10609

I'm very new to paypal api, I've followed this tutorial and adapted the code to my needs. I'd like to make a basic Authorization & Capture in 3 steps but I always fail in capturing Customer land to paypal_pay_redirect.php for login into paypal and…
Infrid
  • 723
  • 5
  • 12
  • 28
0
votes
1 answer

paypal nvp .net sdk error

Folks, We have a web site that uses PayPal Express Checkout for Digital Goods to make software sales. It has been working fine for 5 months. Last week we started getting an error "The request was aborted: Could not create SSL/TLS secure channel.”…
DougM
  • 109
  • 3
  • 16
0
votes
1 answer

Paypal NVP TransactionSearch with PHP Array

Hello I am performing a query with the paypal API and my question concerns an array and retrieving values for the key (which is dynamic) I know the query works and credentials are good, as the following array is returned: array(2)…
Matthew Colley
  • 10,816
  • 9
  • 43
  • 63
0
votes
2 answers

Invalid transaction ID in Docapture method paypal api

I'm doing a DoCapture and using the transaction id of a DoDirectPayment. But every time when I capture the payment it shows 'Invalid transaction id'. This happens when I try to capture a peyment from direct credit card payment, and also this credit…
Mushfiq
  • 759
  • 1
  • 8
  • 41
0
votes
2 answers

Structuring a database to handle unknown name/value pairs

Here's the idea: I expect to be receiving thousands of queries, each containing a certain amount of name value pairs; these start off as associative arrays, so I have fairly good control over what can happen to the data. These NVPs vary dependent on…
iLoch
  • 741
  • 3
  • 11
  • 32
-1
votes
1 answer

Check for new payments from a recurring billing on Paypal

I create recurring payment profile in Paypal using NVP(CreateRecurringPaymentsProfile). Tell me please, how can I check new payments using api requests? I need it to continue the billing plan for user on my own website. I have "PROFILEID",…
1 2 3 4 5
6