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
0
votes
1 answer

PayPal NVP API skips transactions at TransactionSearch

I'm using the PayPal NVP API to search and download the transactions. The problem appears when the interval between STARTDATE and ENDDATE is too big, i.e. 4 months or so. Then i get 100 transactions/call, but some of them are missing. If the…
catalin ilie
  • 121
  • 2
  • 7
0
votes
1 answer

Paypal Adaptive chained payments

Hi I'm a little confusing with this adpative payments option, what I have is this scenario. I have a site which can charge without problem using paypal api nvp using credit card directly. what I want to do is charge in the same way with the credit…
ncubica
  • 8,169
  • 9
  • 54
  • 72
0
votes
1 answer

php multidimensional array as name value pair

For ecommerce, that expected name value pair I have the following approved code: function create_example_purchase() { set_credentials(); $purchase = array( 'name' => 'Digital Good Purchase Example', 'description' => 'Example Digital…
Ayad Mfs
  • 33
  • 5
-1
votes
1 answer

Regarding HTTP get and post method for classical nvp API paypal

I have PayPal integration with express checkout which uses NVP API version 119.0. Do we need to change HTTP method to POST from GET while requesting NVP based API for version 119.0? Any help would be really appreciated.
Vishal Pawar
  • 69
  • 1
  • 5
1 2 3
8
9