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: what values can appear in the TimeZone field?

My app uses the TransactionSearch and GetTransactionDetails functions of PayPal's NVP API. The data that comes back from PayPal includes Date, Time, and TimeZone. I need to adapt my app to determine the GMT (British) date when each transaction took…
equin0x80
  • 303
  • 1
  • 9
0
votes
1 answer

PayPal API to withdraw funds from PayPal to Bank account (Transfer funds from PayPal to Bank account)

Please note: This is a generic question and not something specific to only Indian PayPal  accounts. Looking for an API that does this. I am looking for an API (preferably NVP API) which allows to transfer money to Bank account, which is ultimately…
Anish Nair
  • 3,238
  • 29
  • 41
0
votes
1 answer

Paypal NVP SOAP (classic api), Everything looks fine, but no arrive money

so I would like to make a simple NVP SOAP api express checkout integration in my system (php). I used the general old php paypal class ( DPayPal() ). So the sandbox and the live account also redirect fine to the expresscheckout page…
WOLFNeT
  • 23
  • 7
0
votes
1 answer

PayPal Grant Permissions to User through NVP API

I'm trying to figure out a solution similar to this https://developer.paypal.com/docs/classic/permissions-service/integration-guide/PermissionsAbout/, as it is not available. Currently, I have a marketplace-based website that works like this: The…
sogga
  • 1
  • 1
  • 3
0
votes
0 answers

Objective-C macOS how to use PayPal getBalance NVP API?

I want to get PayPal account balance in my macOS app but still I have not found any solution. Below is my code: NSString *targetUrl = @"https://api-3t.paypal.com/nvp"; NSMutableURLRequest *request = [[NSMutableURLRequest alloc] init]; //Make an…
Shiv Pogra
  • 93
  • 5
0
votes
2 answers

Javascript parse Response Object into Array of Objects

Below is the response from Paypal's NVP API. I am not familiar with working with a response that is a single object of keys/values like this. Typically I would expect for a search to be return in a form of an array with objects within. Is there a…
Dadsquatch
  • 566
  • 5
  • 16
0
votes
1 answer

Get refund transaction details with PayPal NVP

Is it possible to retrieve refund details such as the parent transaction ID with the PayPal NVP API? So far I know it's possible to retrieve the details of a "Received" transaction by using "GetTransactionDetails" but for refunds it seems that…
John
  • 588
  • 1
  • 6
  • 22
0
votes
2 answers

Setting purchase order number or customer reference number with PayPal Payflow

Using PayPal Payflow with hosted pages (and submitting using NV pairs), when reviewing transactions using the "Search Transactions" functionality in PayPal Manager, there is an ability to search by Purchase Order Number. Additionally, when viewing…
Hutch
  • 987
  • 10
  • 19
0
votes
1 answer

Processing Payment with PayPay after authorizing with Apple Pay

I have a shopping cart that currently uses a PayPal NVP to accept credit cards as well as checkout with PayPal accounts. I've integrated Apple Pay, and am now on to actually processing the payment after Apple has validated the transaction. How do I…
PrimalYeti
  • 99
  • 6
0
votes
2 answers

PayPal API permissions request takes user to PayPal home page

I am using the PayPal Permissions SDK (Classic/NVP) to seek authorisation for third party payments. The first time someone clicks on my button that redirects them to PayPal to login and authorise the request they get end up at the PayPal home page.…
johna
  • 10,540
  • 14
  • 47
  • 72
0
votes
2 answers

Paypal NVP API Refund buyers total amount including shipping via RefundTransaction

In my store I need to be able to cancel a customers order and refund them the total amount they paid. On PayPal checkout the customer is shown the cost of their items and a shipping rate and then the total cost. When I try to issue a full refund via…
Mark
  • 622
  • 11
  • 27
0
votes
2 answers

What is the Recommended Practice on PayPal NVP API with Stopping and Refunding Subscriptions?

So I've started this little class for doing PayPal voids, refunds, and subscription cancels. My question is, what's the recommended practice? I mean, should I attempt to void the transaction, then ignore error, then refund it, and then cancel the…
Volomike
  • 23,743
  • 21
  • 113
  • 209
0
votes
1 answer

Paypal error 10413

I am working with the paypal express checkout API and am having issues. I have a request like…
Khura Q C
  • 26
  • 4
0
votes
1 answer

Paypal displays one amount, but charges another

I'm trying to implement coupon discounts. The problem I run at is, that, although Paypal recognizes that a discount is requested, it ignores it. The interesting part is, that Paypal displays one amount to the buyer, but charges another. How is that…
Alex Lomia
  • 6,705
  • 12
  • 53
  • 87
0
votes
1 answer

PayPal NVP API - TransactionSearch Error 10001 Timeout processing request

I'm trying to build a custom accounting report using the PayPal NVP API that will get all transactions for a specific date range. My code: $headers = array( 'USER' => $production_user, 'PWD' =>…
LukeSkywalker
  • 153
  • 1
  • 8
1 2 3
8 9