PayPal events, straight into ntfy
Every payment, refund, or subscription change — posted to ntfy the moment it happens. No ntfy app to install, no monthly automation subscription.
The gap this fills: PayPal doesn't ship an official ntfy app. If you want payment, refund, or subscription change to show up in ntfy the moment it happens, the usual options are a paid third-party bot, custom code, or routing everything through a $20–50/month automation platform just to move one webhook from one URL to another. ZestyGlue does exactly that one thing for $9/month.
What it looks like
ZestyGlue
PayPal — Payment · Capture · Completed
25.00 USD
A real PayPal event, shown as ZestyGlue formats it for ntfy.
Setup — about two minutes
- Create the connector. In ZestyGlue, start a new PayPal → ntfy connector. You'll get a unique webhook URL right away.
- Point PayPal at it. In the PayPal Developer Dashboard, go to your app → Webhooks → Add Webhook, paste in your ZestyGlue webhook URL, and select the event types you want.
- Point ntfy at ZestyGlue. Pick any topic name — e.g.
https://ntfy.sh/your-secret-topic — enter it into ZestyGlue, and subscribe to that same topic in the ntfy app or web client.
Under the hood: PayPal webhook signature verification requires an authenticated round-trip back to PayPal's API, which this connector doesn't perform yet — so it relies on your webhook URL staying private, the same way many lightweight PayPal integrations work.
Events you can forward
PAYMENT.CAPTURE.COMPLETED
PAYMENT.CAPTURE.REFUNDED
BILLING.SUBSCRIPTION.CREATED
BILLING.SUBSCRIPTION.CANCELLED
CHECKOUT.ORDER.APPROVED
Questions
Why doesn't ZestyGlue verify PayPal's signature like it does for Stripe?
PayPal's webhook verification requires an authenticated call back to PayPal's API for every event. Instead, this connector relies on your webhook URL being unguessable — the same approach many lightweight integrations use.
Can I use this for Payouts as well as Checkout?
Yes — any PayPal webhook event type can be pointed at the same URL, including Payouts, Subscriptions, and Disputes events.
Do I need to self-host ntfy?
No, the free public ntfy.sh server works fine for most people — just pick an unguessable topic name.
What happens if my ZestyGlue subscription lapses?
Events are silently dropped rather than causing errors on PayPal's side — PayPal never sees a failure response, so it won't retry aggressively or flag your webhook as broken. Your dashboard will simply stop showing new events until you resubscribe.