Questions tagged [paypal]

For questions about the PayPal API used by software developers to process payments, manage invoices, monitor accounts, etc. (For user-level support, contact PayPal directly using their site.)

PayPal is a commerce business allowing payments and money transfers to be made through the internet, mobile and point of sales.

PayPal has a large set of APIs currently available to the public, a full list of which is available at the Classic API References and Rest API References

PayPal provides Open-Source SDKs that can be used to make calls to both Classic and REST APIs. The SDKs for REST APIs are actively developed, and maintained in github repositories

Further developer resources are available at PayPal Developer as well as a full overview of all PayPal API error codes at API Errors

PayPal technical support for PayPal APIs (as well as Website Payments Standard) is available via PayPal Technical Services at https://www.paypal-techsupport.com

Ask questions if you are a software developer only. If you are a PayPal user, contact Paypal using their customer support.

Some Useful Links:

20989 questions
20
votes
5 answers

Paypal payment : How to get success request when loading the paypal in webview

Edit: After paypal login, I could successfully complete transaction.But I need to match the successUrl in paypal to verify both url is same and then display successful toast message. But I am not getting success url from payment.So I can't match…
Stephen
  • 9,899
  • 16
  • 90
  • 137
20
votes
6 answers

PayPal gateway has rejected request. Security header is not valid (#10002: Security error Magento

up the pay-pal advance in magento . I have fill all the credentials in magento admin . BUt when i go to frontend and click pay-pal button it gives PayPal gateway has rejected request. Security header is not valid (#10002: Security error i have…
Rohit Goel
  • 3,396
  • 8
  • 56
  • 107
20
votes
2 answers

Paypal REST API Adaptive / Multiple Payments (change payee)

I've just started looking at Paypal's REST api. One thing I can't seem to see is a feature paypal call Adaptive Payments. This allows me to register my app with my developer account, but not be involved in the actual payments. e.g. my app allows my…
GWed
  • 15,167
  • 5
  • 62
  • 99
20
votes
1 answer

Paypal Developer/Sandbox new interface: cannot login with test accounts

I'm having problems on sandbox.paypal.com login with my test accounts since they've changed the interface. I was forced to create a new account on developer.paypal.com (which is now a beta) and import my old test accounts. I've done that but none of…
user2149108
  • 201
  • 2
  • 4
19
votes
6 answers

Simple Paypal IPN examples?

I would like to have a text input form with a submit button that goes to paypal, upon payment the contents of the form should go in a mysql database.. This sounds trivial, but I'm having such a hard time with paypal's IPN. Can anyone point in me in…
dot
  • 2,823
  • 7
  • 38
  • 52
19
votes
3 answers

Paypal can not connect to Sandbox server. Return error 14077410 (sslv3 alert handshake failure)

The site that connect sandbox paypal works , until recently it can connect will curl but when it send the request at the second time it show the error of error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure I have tried…
user3538235
  • 1,991
  • 6
  • 27
  • 55
18
votes
1 answer

Changing the Amount of a PayPal Subscription

We are using PayPal subscriptions to automatically make ongoing monthly donations. The user initially creates a subscription with some pre-determined monthly donation amount (e.g., say $50/month). This creates a recurring subscription which we…
cambo
  • 973
  • 4
  • 11
  • 22
18
votes
2 answers

Paypal get access token with PHP cURL

hello i'm using code used by other people who supposedly have gotten it to work and have gotten their token information retrieved. The code is as follows: $ch = curl_init(); $clientId = "myclientid"; $secret = "mysecret"; curl_setopt($ch,…
DiscreteTomatoes
  • 769
  • 1
  • 14
  • 30
18
votes
4 answers

PayPal documentation ( REST, Classic : SOAP & NVP ) What to choose ?

I need to develop a payment solution using PayPal APIs. Actually I started the documentation phase ( on http://developers.paypal.com ) I found the REST APIs understandable, I still don't have an idea how to implement them with SpringMVC so I'm just…
18
votes
3 answers

How to get client ID and secret key from paypal account

Using developer account of paypal I could get client ID and secret key by creating an app but not with the live account. I am using REST API for transactions on my website where I ask users(who has paypal accounts) to enter their client ID and…
Dan
  • 453
  • 2
  • 6
  • 8
18
votes
1 answer

Can't login to paypal sandbox

I am trying to login with a business test account at paypal sandbox it keeps redirecting to this URL https://www.sandbox.paypal.com/us/cgi-bin/webscr?cmd=_login-submit and the page contains one line saying "Please login to use the PayPal Sandbox…
Yasmine
  • 1,959
  • 5
  • 21
  • 37
18
votes
3 answers

Paypal notify_url and return_url. Receiving variables without IPN using PHP

I am trying to set up a simple payment option to paypal, but am having some trouble/confusion with the return and notify URLS. I am fairly new to php and have accomplished this previously in asp, but I have now become lost. SO my basic paypal…
Bohdi
  • 1,295
  • 4
  • 28
  • 62
18
votes
2 answers

PayPal: pixel.gif - Do I need it?

At the end of my PayPal buttons theres this line: It ruins the aesthetics of my design a little. Anyone know what its purpose is and can I remove…
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
17
votes
4 answers

how to enable Instant Payment Notification Preferences of sandbox account?

in two years ago, i remember how to add how to add the notify url Click Profile on the My Account tab. Click Instant Payment Notification Preferences in the Selling Preferences column. Click Choose IPN Settings to specify your listener’s URL and…
hkguile
  • 4,235
  • 17
  • 68
  • 139
17
votes
3 answers

Paypal IPN, Not getting all the transactions responses after changing the ipn url in the account

I am implementing ipnlistner inside my project. I set the ipn url inside my paypal account. But i am not getting all the transaction ipn responses to that url. But when i am checking ipn history in my account it displays that all the ipn has been…
RAUSHAN KUMAR
  • 5,846
  • 4
  • 34
  • 70