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
- PayPal API documentation
- Webhook on Wikipedia