Questions tagged [paypal-ipn]

Paypal IPN (Instant Payment Notification) is PayPal's push notification service that sends a notification when a transaction is created or has a status change

Paypal Instant Payment Notification (IPN) is PayPal's push notification service that sends a regular HTTPS POST request to a URL you designate in your PayPal account, or when you make certain API calls. PayPal will then notify you when a transaction is created or its status changes (i.e. a dispute is opened).

Common events that can trigger an IPN notice

  • payments
  • Credit Card payments
  • Credit Card disputes
  • PayPal disputes (where PayPal was the payment method)
  • Dispute settlement
  • echeck payment clearance (a PayPal payment status change)

Related Tags

Useful links:

2729 questions
0
votes
1 answer

What variables should be checked in IPN POST requests after a successful payment has been confirmed?

I have developed the IPN listener side of a PayPal-enabled website which records user subscriptions. Currently when I am interested for a successful transaction I look for the payment_status variable, ensuring that payment_status == "Completed", but…
Acsor
  • 1,011
  • 2
  • 13
  • 26
0
votes
0 answers

PHP - Stripe IPN Using Webhooks Not Working

I'm trying to make an IPN through Stripe so the customer can pay via credit card. I have added the javascript widget into my site as below: