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
17
votes
6 answers

Dynamic Paypal button encryption

I'm designing a Order Site using PHP & Mysql. In the final stage the user is given Paypal buttons to pay for the Orders he has made. So, the Item Name, Value are variables. These values being variables, I cannot use an encrypted button from Paypal.…
Sandeep Chandy
  • 245
  • 1
  • 4
  • 7
17
votes
2 answers

PHP Paypal Auth/Capture NVP Integration Troubles

Background: We implemented Paypal Authorization and Capture flow using NVP integration and php-curl. The complete process is described on the PayPal developer website :…
Marc
  • 1,350
  • 2
  • 11
  • 29
17
votes
3 answers

Implement Payum/Laravel recurring payment

I have some issues trying to get this working, I've implemented the checkout express (or seems to be) successfully, but also my system needs subscription option, following this example. Now, my problem is that in Laravel you cannot simply put some…
AndreX
  • 417
  • 5
  • 15
17
votes
3 answers

PayPal API - Verify that an account is valid / exists / verified

Has anyone been able to verify the validity of a PayPal account only by the email address? AdaptiveAccounts GetVerifiedStatus (in PayPal's own words) is only for use by their key strategic customers (see below), and I cannot find any other way to…
Jordan
  • 327
  • 1
  • 3
  • 15
17
votes
1 answer

Paypal sandbox test credit card numbers

Paypal support forums keep mentioning about getting a credit card number automatically. However, it does not show any credit card information automatically anymore - I tried 100 times. I searched on internet, a famous link paypalobjects.com popups…
aditya
  • 333
  • 1
  • 6
  • 11
17
votes
3 answers

Submit form via cURL and redirect browser to PayPal

I'm developing a site where customers have several payment options, including PayPal Payments Standard. Since I'm collecting a fair amount of data about the customer, I'd like to process the form on my server before sending the user to PayPal's…
David Jones
  • 10,117
  • 28
  • 91
  • 139
17
votes
2 answers

PayPal button sending custom variable through IPN

I have tried to go through the jungle (really, PayPal, why don't you weed it out...) for a few days now to find the solution to my pretty simple problem. I have a website with membership subscriptions. The customer signs up with their email and…
Paul
  • 1,624
  • 5
  • 18
  • 24
17
votes
6 answers

Shopping Cart API for any payment gateway? (PayPal at least required)

I'm trying to find a java based API that wraps up the details of processing a credit card transaction or purchase via PayPal at a minimum, and other gateways as a plus in an IPN fashion (ie no products required, just an invoice amount) As a bit of a…
Brad Parks
  • 66,836
  • 64
  • 257
  • 336
17
votes
3 answers

Paypal API: The totals of the cart item amounts do not match order amounts

I am working with the paypal express checkout API and am having issues with setting the quantity. Below are my URI parameters: $params = array( 'METHOD' => 'SetExpressCheckout', 'PAYMENTREQUEST_0_SHIPPINGAMT' => '0', …
Rijndael
  • 3,683
  • 2
  • 24
  • 26
16
votes
4 answers

How to create PayPal website payment pro sandbox account?

I was trying to make website payment pro sandbox account. I followed all instructions (from my sellers sandbox account applied for website payment pro, clicked on "save and continue" button after entering all information) but I am getting blank page…
Jyoti Saxena
  • 223
  • 1
  • 3
  • 5
16
votes
3 answers

How integrate Paypal in android Application?

I try to integrate paypal with Android app using sandbox. I'm getting successfully longing with paypal but when I am doing payment then Screen will get invisible directly without Response. How can I get the response for the above question? This is…
Hasmukh
  • 4,632
  • 2
  • 30
  • 44
16
votes
2 answers

Paypal JS SDK Smart Payment - Disable address promt for Creditcard payment without account

I'm integrating the Smart Payment Buttons in the paypal checkout