Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.logbrew.co/llms.txt

Use this file to discover all available pages before exploring further.

The Stripe integration monitors your Stripe account for the payment events that matter most to your business. Payment failures and disputes arrive as Critical alerts; subscription changes and refunds are tracked so nothing slips through unnoticed.

What you’ll see

  • Payment failures: payment_intent.payment_failed, invoice.payment_failed (Critical)
  • Disputes: a charge dispute has been opened (Critical)
  • Subscription canceled: a customer’s subscription has been deleted
  • Refunds: a charge has been refunded
  • Successful payments: successful charges and completed checkout sessions (Info)
  • Plus additional curated payment lifecycle events across the most common Stripe objects

Connect Stripe

1

Open Add Project

In the LogBrew app, tap the Projects tab, then tap Add Project.
2

Select Stripe

Tap Stripe from the list of available integrations.
3

Authorize with OAuth

LogBrew opens the Stripe authorization screen. Sign in to your Stripe account if prompted, then approve access for your live Stripe account.
4

Done

LogBrew automatically configures a webhook endpoint on your Stripe account and subscribes to the relevant event types. No manual setup in the Stripe dashboard is required. Your Stripe project appears in the feed immediately.

Severity mapping

Event typeLogBrew severity
Payment failedCritical
Dispute createdCritical
Invoice payment failedCritical
Subscription canceledWarning
Refund issuedWarning
Payment succeededInfo
Checkout completedInfo

Live mode only

LogBrew only delivers live mode Stripe events. Test mode events are ignored entirely. Make sure you connect your live Stripe account to receive real payment notifications.

Notification defaults

LogBrew’s default notification setting is Critical only. This means successful payments (payment_intent.succeeded, invoice.paid, checkout.session.completed) do not trigger a push notification by default. To receive notifications for all events including successful payments, go to Settings, Notifications and switch to All for your Stripe project.

Automatic webhook configuration

When you connect Stripe, LogBrew creates a webhook endpoint on your Stripe account and registers a curated list of event types. When you disconnect, LogBrew removes the webhook endpoint from Stripe automatically.