Top "Paypal" questions

For questions about the PayPal API used by software developers to process payments, manage invoices, monitor accounts, etc.

How to configure paypal sandbox auto return URL?

I am using ubercart module in Drupal, and I need help to configure return URL from PayPal sandbox. I tried …

paypal paypal-sandbox ubercart
Simple Paypal IPN examples?

I would like to have a text input form with a submit button that goes to paypal, upon payment the …

php paypal paypal-ipn
Paying for multiple items (at once) via paypal

I have a list of products that I'd like to add a "pay now" button to so that I can …

html paypal payment-gateway
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 …

php paypal
What is a PayPal payer id?

Instant Payment Notification script receives among other parameters the following one: payer_id = LPLWNMTBWMFAY What is the meaning of that …

paypal paypal-ipn
Possible payment status values

I am working on a website to sell PDF's online, where user can get the download link by email after …

paypal payment
Paypal API with PHP and cURL

I'm attempting "the first call" as outlined by the Paypal API documentation. This is the example provided that I'm following: …

php curl paypal
PayPal: express checkout pay without account

Is it possible to do an express checkout payment in PayPal without an account? I remember that I saw it …

paypal express-checkout
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 …

ssl paypal paypal-ipn
Paypal sandbox IPN return INVALID

I am trying IPN callback, using servlet. The code I am using is provided by paypal for verifying the ipn …

paypal sandbox paypal-sandbox