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
22
votes
3 answers

Missing amount and order summary in PayPal Express Checkout

I have integrated paypal into codeigniter with paypal_helper (didn't rememeber where I found it, but it is a slightly rewritten version of Paypals original code for express checkout. I try calling this function, CallShortcutExpressCheckout(…
Øyvind
  • 979
  • 4
  • 17
  • 34
22
votes
4 answers

Trigger PayPal checkout button click

How can I trigger PayPal Checkout button click? We have a website were beside the Credit Cards we are going to accept also PayPal payments and I have decided to put radio buttons for the customers to choose which way the customer is going to pay and…
Arsen Alexanyan
  • 3,061
  • 5
  • 25
  • 45
22
votes
1 answer

Paypal integration issue in titanium

I have to implement Paypal into my application. Here I have added some products into the cart. If I click the cart, I have to pay the amount using Paypal. When clicking the Paypal button, I am getting the following error: The amounts specified for…
Krishna Veni
  • 2,217
  • 8
  • 27
  • 53
22
votes
6 answers

Passing custom variables to paypal IPN

I am trying to pass custom variables to paypal IPN. I can manage to pass one variable. But i don't know how to pass multiple variables. My Process is something like this User fill up the form They click button and it goes to paypal They paid, IPN…
spotlightsnap
  • 1,095
  • 7
  • 21
  • 26
22
votes
4 answers

PayPal payments: Default to 'Pay with Credit Card' instead of loggin in with a PayPal Account

I have seen this done before so I know it's possible - when you redirect to a PayPal checkout from your site, paypal presents you with 2 options to make a payment. One is "Login with PayPal Account" and the other one is something like "Don't have a…
user1386254
  • 353
  • 3
  • 4
  • 9
22
votes
6 answers

PayPal IPN Bad Request 400 Error

Using the PayPal IPN, I keep getting an error 400. I have been making the script send me emails of $res to see what the response is, inside of the while (!feof($fp)) {} loop. I always end up getting the error: HTTP/1.0 400 Bad Request In total I get…
user1576375
  • 223
  • 1
  • 2
  • 6
21
votes
6 answers

PayPal in ASP.NET Core

How do I integrate with the PayPal API in an ASP.NET Core app? I have tried various libraries but none of them are compatible with ASP.NET Core... how do I do it?
Serj Sagan
  • 28,927
  • 17
  • 154
  • 183
21
votes
6 answers

How to validate PayPal account?

I want to integrate paypal to my website and ask users to enter paypal account for commission pay out. How can I check if their account exists on paypal? I prefer NOT to send them $0.01 or it's the only way to check account? It should validate it…
Andrey
  • 219
  • 1
  • 2
  • 6
21
votes
8 answers

PayPal IPN acknowledgements failing with SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure

With no changes on our side and perhaps related to POODLE/SSL3 our PayPal API call to PPIPNMessage::validate is now failing with. SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure The checkout and receipt of IPN is fine (and we have never…
ianhk
  • 651
  • 1
  • 5
  • 10
21
votes
3 answers

How to integrate Paypal with Ruby on Rails

Im trying to integrate paypal with my ruby on rails application using the rest-api-sdk-ruby gem (https://github.com/paypal/rest-api-sdk-ruby), but could not find enough information around or a good tutorial to back me up. The description provided…
user3462261
  • 233
  • 1
  • 2
  • 6
21
votes
1 answer

Paypal recurring payment ipn

I have a little question about recurring payments in paypal. Example: I start a recurring payment, 20$ for each month during 1 year. Does paypal send an IPN for every month of this recurring payment? Thanks.
Gori
  • 361
  • 3
  • 14
21
votes
5 answers

Add SOAP header object using pure JAX-WS

I'm trying to implement simple web service client for PayPal Express Checkout API using JAX WS. PayPal Express Checkout API provides WSDL file, from which I was able to generate Java classes using CXF's wsdl2java utility. From authentication…
Yuriy Nakonechnyy
  • 3,742
  • 4
  • 29
  • 41
21
votes
4 answers

Paypal Adaptive payment for mobile web

Im integrating Paypal Adaptive Payment API for a mobile website. But when Im submitting payment to https://www.paypal.com/webscr?cmd=_ap-payment&paykey=value ( For Sandbox : https://www.sandbox.paypal.com/cgi-bin/webscr ) Its always redirecting to…
Sency
  • 2,818
  • 8
  • 42
  • 59
20
votes
3 answers

Python interface to PayPal - urllib.urlencode non-ASCII characters failing

I am trying to implement PayPal IPN functionality. The basic protocol is as such: The client is redirected from my site to PayPal's site to complete payment. He logs into his account, authorizes payment. PayPal calls a page on my server passing in…
Krystian Cybulski
  • 10,789
  • 12
  • 67
  • 98
20
votes
1 answer

paypal monthly subscription plan settings for first day of the month and making monthly recurring payment - django python

I am using Django paypalrestsdk for PayPal https://github.com/paypal/PayPal-Python-SDK And I would like to setup a monthly subscription plan. Every beginning of the month, the buyer will be charged USD100. This is my billing plan code I have…
Axil
  • 3,606
  • 10
  • 62
  • 136