new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Better Auth · Plugins · all subjects

stripe/webhook

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Stripe webhook events automatically handled

The plugin automatically handles these webhook events: checkout.session.completed (updates subscription status), customer.subscription.created (creates subscription when created outside checkout), customer.subscription.updated (updates subscription details), customer.subscription.deleted (marks subscription as canceled).

Stripe custom webhook event handling

Handle custom Stripe events with onEvent callback in plugin config. Receives Stripe.Event object. Can handle events like invoice.paid, payment_intent.succeeded, etc.

Stripe webhooks local testing

For local development, use Stripe CLI to forward webhooks: stripe listen --forward-to localhost:3000/api/auth/stripe/webhook. This provides a webhook signing secret for local environment.

Give your agent this brain