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

How to track recurring payment details with paypal in php?

I am using paypal as my payment gateway in one of my cakephp 3.3. I have already done with recurring payment and it is working fine.But i am not able to track every payment of specific user after the recurring payment start. So please help me on…
3
votes
3 answers

PayPal API NVP response for GetTransactionDetails missing subscription ID

I have written multiple audit reports for my saas apps over the last few years. Most of the logic uses the PayPal API to get the full transaction list (using TransactionSearch) and then for each transaction, get the details (using…
3
votes
1 answer

payapl nvp api (refund) working when using via a form but not working with curl

I'm trying to use the refund API of Paypal. I am currently using sandbox accounts. payment is working fine. refund is working fine when I use form fields to post the data to paypal like below
Vignesh
  • 1,045
  • 2
  • 17
  • 34
3
votes
0 answers

PayPal NVP get shipping address on file

I would like to verify that the postal code and country on file with PayPal match to the ones customer has provided on checkout process. I'm using ADDROVERRIDE=1 to override PayPal shipping address with the one customer has selected on checkout. the…
user2323711
  • 843
  • 1
  • 7
  • 13
2
votes
2 answers

Paypal Refund NVP API : You do not have permission to refund this transaction

i Am using Paypal NVP Refund Api For Refund Paypal Transaction. All Things are ok but when i try to rung api, it gives me below Response. Array ( [TIMESTAMP] => 2017-07-17T13:58:24Z [CORRELATIONID] => xxxxxxxxxx [ACK] => Failure …
Rizwan Khan
  • 211
  • 3
  • 19
2
votes
1 answer

Paypal - How to Decreasing Recurring Payment Profile Amount

Is it possible to decrease the recurring payment amount/rate using NVP API Operation for a recurring payment profile created using Express Checkout ? I read here, merchant can increase the amount by 20% of the original amount every 180 days from the…
2
votes
1 answer

LOCALECODE in paypal express checkout not working

In using paypal express chackout via "NVP http api" and I need to customize the gateway page locale. Following the doc I tried: LOCALECODE=ES (but also checked using es_ES, en_US, ecc..) The problem is that it always show the gateway in italian (I…
Felice Ostuni
  • 1,049
  • 1
  • 12
  • 20
2
votes
1 answer

How to set an IPN URL for PayPal Recurring Payments using NVP Method(CreateRecurringPaymentsProfile)?

In CreateRecurringPaymentsProfile API Operation (NVP) no options for set IPN URL How to track subscription? NVP API CreateRecurringPaymentsProfile operation Support NOTIFYURL field? On PayPal provide some…
2
votes
1 answer

Get fee amount using PayPal Adaptive Payments API?

I am beating my head against the wall with this one. I am setting up a payment using the PayPal Adaptive Payments API, where one of my platform's users receives a payment from their customer. I need to be able to see the amount of the PayPal fee…
2
votes
2 answers

PayPal Express Checkout - Billing information

We're trying to have PayPal Express Checkout payment for a shopping cart (for a live website). Once the Authorization is completed, we are able to retrieve the Shipping information from the Buyer account (we've successfully tested this on…
LVS
  • 555
  • 3
  • 9
  • 22
2
votes
1 answer

Paypal with express checkout to get BillingAgreementID

I am working with the paypal using express checkout to get a billing agreement id. I was following this guide: https://www.x.com/developers/paypal/documentation-tools/how-authorize-and-run-reference-transaction-express-checkout In the first step…
user1282609
  • 565
  • 2
  • 14
  • 32
2
votes
1 answer

Paypal DoDirectPayment without user present (e.g. with cron job)

Is it possible to make Paypal payments using stored user's data (credit card info, name, address etc.) within cron job or other script execution without actual user present? I want to implement autopayments on my service but I can not to use…
Epsiloncool
  • 1,435
  • 16
  • 39
2
votes
1 answer

Paypal NVP can I pass multiple custom fields

I know I can pass a field name "CUSTOM" which is supposed to come back in IPN can I pass two values as for example CUSTOM0 and CUSTOM1? or something like that
AppDeveloper
  • 927
  • 11
  • 21
2
votes
3 answers

(Paypal) GetTransactionDetails requires TRANSACTIONID. How do I obtain it?

SetExpressCheckout only posts to the ReturnURL the following ACK CORRELATIONID TIMESTAMP VERSION BUILD To complete a transaction though we must first call GetTransactionDetails with TRANSACTIONID to get the PAYERID to ultimately use with…
TijuanaKez
  • 1,472
  • 3
  • 20
  • 28
1
vote
1 answer

PayPal Pro NVP API Error Localization

I am creating an english and french website that will be using paypal for payment processing. I have all of the PayPal API working properly, and currently I am just outputting any error messages to the user (L_LONGMESSAGEX). However this is always…
Kris
  • 6,094
  • 2
  • 31
  • 46
1
2
3
8 9