Skip to main content
This project is closed.The site below is preserved as a record — nothing on it works.Read the story →

Stripe Connect Demo

A sample integration using the Stripe Connect V2 API with destination charges, Express dashboard, and thin webhook events.

Webhook Setup

To receive account update events locally, run:

stripe listen \
  --thin-events 'v2.core.account[requirements].updated,v2.core.account[.recipient].capability_status_updated' \
  --forward-thin-to localhost:3000/api/connect-demo/webhook

Copy the webhook signing secret to STRIPE_CONNECT_WEBHOOK_SECRET in your .env.local.