#Francisco.Baltazar-connect-webhooks
1 messages · Page 1 of 1 (latest)
Yes, webhook endpoints can be set up to listen for events from your Connected Accounts instead of listening for events from your Platform account:
https://stripe.com/docs/connect/webhooks
is this only for production or develop environment too?
It works for both
right..
other question.. Where i can configure a webhook to homologation environment?
Webhook endpionts can either be set up via the Stripe dashboard:
https://dashboard.stripe.com/test/webhooks
Or via our API:
https://stripe.com/docs/api/webhook_endpoints/create
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
tks