GuideLab API

Handle Stripe Connect webhook events

Receives verified Stripe Connect account, PaymentIntent, refund, and dispute events. Public endpoint; provider signature authentication is required outside explicit local test mode.

POST
/webhooks/stripe-connect

Receives verified Stripe Connect account, PaymentIntent, refund, and dispute events. Public endpoint; provider signature authentication is required outside explicit local test mode.

Response Body

application/json

curl -X POST "https://example.com/webhooks/stripe-connect"
{  "received": true}
Empty
Empty
Empty
Empty