Platform : PayPal Sandbox (Sandbox Environment) Issues : Dont send webhook PAYMENT.CAPTURE.COMPLETED I have problem with Paypal Rest Webhook. Paypal dont send hook: PAYMENT.CAPTURE.COMPLETED 1. I create order, all process in javascript works fine. 2. I received webhook: CHECKOUT.ORDER.APPROVED 3. I captured the order 4. Money is in the seller account (+$50.00) 5. Everything works fine, but I didn't receive the most important webhook: PAYMENT.CAPTURE.COMPLETED There is no event in https://developer.paypal.com/dashboard/webhooks/sandbox, There is no event in rest api endpoint /v1/notifications/webhooks-events it's not that I setup my webhook server wrong, it's just that paypal doesn't create event PAYMENT.CAPTURE.COMPLETED at all This issue is the same for subscriptions, paypal do not send webhook PAYMENT.SALE.COMPLETED Paypal sends only those types of hooks: - Billing subscription activated - Checkout order approved I have setup webhook for all event types
... View more