Event for when a payment is made
FrancyMak
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Oct-16-2023
06:34 AM
Hi, I am trying to do an integration with Paypal webhooks.
This integration needs to send an http request when a payment is made.
Example:
- Sandbox account sends $100 to another sandbox account.
- The webhook needs to send the transaction data.
- I receive the data and can manipulate it
But currently the webhook is not fully triggered, not even I receive the error or any other kind of event in the event history of paypal.
Currently my webserver is listening for **all** events, but no event is triggered when I send money.
0 REPLIES 0

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- Assistance Needed: Passing and Retrieving Custom Data in PayPal Webhook Payload in PayPal Payments Standard
- Charge a customer for the remaining balance after a purchase has been made? in REST APIs
- CHECKOUT.ORDER.APPROVED webhook event not triggered if payment_source is passed in in REST APIs
- Why does PayPal redirect to different pages (login vs credit card form) depending on browser mode? in Braintree Server-side Integration (PHP, Java, .NET, Ruby, Python, NodeJS SDKs)
- webhook payment capture completed issue in Sandbox Environment