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

Has the new Express Checkout layout removed support for "Note to seller" (and PAYMENTREQUEST_n_NOTETEXT)?

I've been testing PayPal Express Checkout in one of my projects and when I populate the PAYMENTREQUEST_n_NOTETEXT parameter in an NVP request, it works great on the PayPal sandbox and was working fine on the live PayPal site a couple of months…
morbiD
  • 214
  • 1
  • 11
0
votes
1 answer

PayPal adaptive payments error: incorrect credentials

I'm implementing PayPal payments in iOS application. I need to transfer money from customer to merchant account so I'm using old MPL SDK with adaptive payments. All works. Now I need to verify payment on server side. For this I'm using…
0
votes
1 answer

How to link related transactions obtained by TransactionSearch and GetTransactionDetails?

TL;DR- How do I know if I really did get paid, via the PayPal NVP API? Longer version I'm writing code to automagically process and classify transactions from our PP business account. I have code that calls NVP methods TransactionSearch and…
strix
  • 5
  • 1
  • 3
0
votes
1 answer

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.
savitha
  • 1
  • 1
0
votes
0 answers

PayPal After NVP Callback Shipping Doesn't Update

I am trying to update the shipping cost when on the paypal checkout screen. I have followed the integration and looked up sample and I am never able to display a shipping cost other than what's been sent with SetExpressCheckout. I know my callback…
JoeTac
  • 176
  • 2
  • 7
0
votes
0 answers

Mass Payment doesn't work over NVP API

I'm trying to make a pay out to my service's users. I'm using Node.js SDK and choose Mass Payments to make automatical pay outs, since looks like it's only possible choise for me (user presses "withdraw" button inside mobile application, application…
0
votes
0 answers

DoDirectPayment IPN Verification

Is there a way to verify the IPN we get from Paypal for DoDirectPayment, credit card payments? The notification validation mentioned on the page https://www.paypal.com/en/cgi-bin/webscr?cmd=p/acc/ipn-info-outside seems does not work with…
Arun Singh
  • 13
  • 2
0
votes
1 answer

Paypal UpdateRecurringPaymentsProfile returning internal error

I am trying to update a paypal recurrent payment profile with NVP. I want to change the payment amount. The request I am sending to…
Md Monjur Ul Hasan
  • 1,705
  • 1
  • 13
  • 36
0
votes
1 answer

Paypal NVP : SetExpressCheckout : Order Total is missing

I have a problem with SetExpressCheckout paypal nvp . I'm getting the following error…
0
votes
1 answer

PayPal Classic API TransactionSearch method not supported

I'm trying to use PayPal's Classic API to do a TransactionSearch. I keep getting an Error 81002 Unspecified Method: Method specified is not supported. Of course PayPal's documentation is "so" helpful. Anyone have any ideas on what I might be doing…
kmcconnell
  • 331
  • 4
  • 14
0
votes
1 answer

Paypal Trial Payment

I'm trying to setup a trial payment option using the NVP API. I want to offer the customer "pay nothing for 30 days" option. I've got this working but my client has pointed out that on the checkout page the total shows up as if to suggest the…
Trist
  • 1,306
  • 1
  • 11
  • 17
0
votes
1 answer

Finding transaction type in PayPal's API's

Is there a way to find the transaction type using PayPal's API's? I have reviewed the NVP docs a few times, but it appears the NVP documentation is not complete and I can't figure out how to find what the funding source was. This is for an ecommerce…
dacopenhagen
  • 2,414
  • 2
  • 23
  • 29
0
votes
1 answer

Paypal Sandbox ExpressCheckout NVP not creating transaction

I'm trying to integrate PayPal Classic API NVP to our website but I'm having issues with the SetExpressCheckout API call. I'm using the useraction=commit parameter for the payer to confirm the sale directly at PayPal. My issue is after "Pay now" is…
0
votes
1 answer

Paypal NVP API Recurring Profile Upgrade Profile Charge surplus amount at a time and Next Billing Cycle

I tried using simple CreateRecurringProfile and UpdateRecurringPaymentsProfile of Paypal NVP apis. I have confusion If i can achieve my goal or not Please suggest me the solutions Case 1: Silver Package = $20 Gold Package = $100 My Custome created…
0
votes
1 answer

DoExpressCheckoutPayment Issue - Not returning payment status

I am currently working on some PayPal code and I have an issue where DoExpressCheckoutPayment doesn't seem to be returning a value for PAYMENTINFO_0_PAYMENTSTATUS on occasion. Currently we are only checking to see if PAYMENTINFO_0_PAYMENTSTATUS is…
Daniel West
  • 1,808
  • 2
  • 24
  • 34
1 2 3
8 9