Connect Account Webhook
POST/api/webhooks/stripe/:integration_instance_id
Per-Stripe-account webhook endpoint registered for each connected Stripe account during onboarding. Receives events for that specific connected account (e.g. checkout.session.completed, charge.refunded, charge.dispute.created).
Requires the Stripe-Signature header. The integration instance ID in the URL must match the receiver registered with Stripe.
Request
Responses
- 200
- 404
- 422
- 429
OK
Response Headers
Not found — no record with the given identifier (or the route does not exist). Verify the ID before retrying.
Validation failed — the body is a field → messages map (Laravel shape) or the platform envelope with a stable machine-readable code. Fix the payload and resubmit.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.