Integrations · Stripe

Stripe payment, payout and dispute notifications on your phone

A push when a payment succeeds, a charge fails, a payout lands or a dispute opens, with the amount in the card and the object one tap away in the Dashboard. Signed by Stripe.

Stripe's own page was read on 12 September 2026 for every step below. If a menu has moved since, write to hello@youlmk.com and it is corrected the same day.

What Stripe sends

Every event type you subscribe to, as JSON with the event's type and the object inside it.

What arrives in the inbox

Title
"Stripe" and the event type in words ("Stripe · payment intent succeeded")
Body
The object's description, when it has one
Priority
high for anything failed, disputed, refunded, past due, unpaid or needing action; normal otherwise
Group
the event type, so a burst of the same event becomes one card
Button
Open in Stripe, a search for the object's id in the Dashboard

Set it up

In YouLMK, create a source of type webhook named after the service, and copy its webhook URL: youlmk.com/w/k_7hq2nk3f9qd8w4 with your own key. Then:

  1. In Stripe, open Workbench, then the Webhooks tab, then Create an event destination.
  2. Select Your account, the API version, and the event types you want (payment_intent.succeeded, charge.failed, payout.paid, charge.dispute.created, and so on), then Continue.
  3. Select Webhook endpoint as the destination type, then Continue.
  4. Paste your source's webhook URL from YouLMK as the Endpoint URL and finish.
  5. On the webhook's settings page, click Reveal secret and paste the whsec_ value into the source's page in YouLMK, where it asks for Stripe's signing secret.

Signed

Stripe signs each delivery (the Stripe-Signature header, an HMAC over the timestamp and the body); YouLMK verifies it with the secret you pasted, within Stripe's five-minute tolerance, before anything is written.

Make it quiet where it should be

Everything above lands with the source's own rules: its Reach (Silent, Badge, Banner, Break through), whether quiet hours hold it, and grouping of repeats into one card. Set them once on the source, in the app or at app.youlmk.com; the service never has to change. Unknown fields arrive as rows on the card, up to six; the whole request is capped at 8 KB (Webhooks).

Try it

The trial is 10 notifications and 3 watches, no card. Get your key, or read the webhooks reference first.

Source

docs.stripe.com/webhooks, Create an event destination, read 12 September 2026.