Questions tagged [paypal-webhooks]

PayPal webhooks allows merchant systems to get notified of events, using the HTTP webhook callbacks of the PayPal API.

What is it?

PayPal webhooks allows merchant systems to get notified of events, using the HTTP webhook callbacks of the PayPal API.

How it works?

  • The merchant implements and operates a webhook listener service
  • The listener subscribes to events
  • The listener is notified via HTTP POST messages of the events that occur and may react accordingly.

See also

114 questions
3
votes
2 answers

PayPal Plus - Webhook - to change payment status in database

If a customer in my opencart shop pays with paypal I need a webhook to control a payment change like pending, refund, etc. So, if the customer pays with paypal the method below is called from paypal plus over the webhook URL: public function…
Nils
  • 41
  • 2
3
votes
2 answers

PayPal Event Notification, type: "Withdraw Funds to Bank Account" (Does it exist?)

I am trying to handle transactions generated from PayPal bank withdrawals. Bank withdrawals occur when the system (via automatic transfers) or the user transfers funds from the PayPal Account to a connected bank account. This creates the…
austocracy
  • 31
  • 2
3
votes
1 answer

Why doesn't PayPal sandbox webhooks works?

I integrate PayPal into Android app. I want to test payments in the sandbox. At this time application logs show that test payments is success. I tried to add sandbox webhook, which have to send payment information to my server as I guess. But I…
abr_stackoverflow
  • 691
  • 2
  • 10
  • 26
2
votes
0 answers

Can't retrieve events of Paypal webhook

I'm trying to implement a Paypal Webhook. I need an event every time a user paid with Paypal for a product. I created a webhook linked to the "PAYEMENT.SALE.COMPLETED" event. And this is my handleWebHook.php file on my server:
CE_
  • 1,078
  • 2
  • 16
  • 33
2
votes
1 answer

Paypal Webhooks

I have setup webhook and IPNs (Instanst Payment Notifications) with in paypal. It is my understanding that if I select ' * All Events ' within the webhook setup, that I would receive a webhook for any transaction that occurred in paypal - including…
2
votes
1 answer

Paypal API call produces 415 status

I set up my express app to listen for Paypal webhooks of my sandbox app. Then I try to verify the integrity of the data via the verify-webhook-signature API endpoint. I use the request module for that. But all I get is a 415 Unsupported Media Type…
Tim
  • 45
  • 7
2
votes
1 answer

Paypal-US: Billing.Agreement.Cancelled Webhook Event Notification not received on my application

Paypal Billing.Agreement.Cancelled Webhook Event Notification is not received on my application upon cancelling the billing agreement . Please find the steps below that i followed to reproduce the above issue 1) Configured Webhook(My Role as…
2
votes
2 answers

Paypal JS SDK and WebHooks - get payer details

I'm integrating the new Paypal smart payment button