Hookfire - Stripe.png
A step-by-step guide to receiving instant push notifications on your phone for every Stripe payment, refund, subscription change, or dispute, without building a backend.
You made a sale. Wouldn’t it be nice to know the moment it happens, not when you next open the Stripe dashboard?
Stripe already emits webhooks for every meaningful event: payment_intent.succeeded, invoice.paid, customer.subscription.updated, charge.refunded, and dozens more. The problem is turning those webhooks into something that pings your phone.
Here’s the shortest path.
Yes. The official Stripe Dashboard app sends push notifications for payments, disputes, and a few account events. If those defaults are all you need, install it and you’re set.
Where it stops being enough:
customer.subscription.deleted or invoice.payment_failed. You can absolutely run both: keep the Stripe app for payment alerts, use Hookfire for every other event you want on your phone, and for the rest of your team.
Historically, getting Stripe notifications on your phone meant:
It’s a weekend project that turns into a quarter.
Hookfire is a drop-in webhook-to-push bridge. Five minutes, no code.
Sign up, create a new Stripe integration, and copy the webhook URL.
In the Stripe dashboard, go to Developers → Webhooks → Add endpoint. Paste your Hookfire URL, select the Stripe events you care about (we recommend payment_intent.succeeded, invoice.paid, and charge.refunded as a starting set), and save.
Stripe gives you a signing secret. Paste it back into Hookfire so every webhook is verified before it notifies you.
Open the Hookfire app, sign in, and subscribe to the events you want pinged to your phone.
Trigger a test event from Stripe (or make a $0.50 test payment). Your phone should buzz within ~3 seconds.
Hookfire renders Stripe events into human-readable notifications:
Every notification includes the amount, currency, customer email (when available), and the event type, all pulled from the actual Stripe payload.
For most SaaS businesses, the high-signal events are:
payment_intent.succeeded: a one-time payment just cleared invoice.paid: recurring revenue landed customer.subscription.created: new subscriber customer.subscription.deleted: churn, worth knowing immediately charge.refunded: awareness, especially for larger refunds invoice.payment_failed: dunning situations worth catching early Hookfire lets you subscribe per-event, so you only get what matters and leave the noisier events out of your phone.
Stripe already sends email receipts, but emails get buried. Push notifications are:
Get your first Stripe push in about 2 minutes. Start at hookfire.app →
Know the instant you make money, ship a deploy, or get a support ticket. Stripe, GitHub, Shopify and 25+ more, all as push notifications.