#ravinder-webhook-list
1 messages · Page 1 of 1 (latest)
Hi there! Platforms don't interact with Webhooks on Connected Accounts. Instead, you would use a Platform "Connect" webhook if your platform needs to handle events on your Connected Accounts. See: https://stripe.com/docs/connect/webhooks
So you won't be able to query registered webhooks on Connected Accounts
@west plover We connect stripe account with connect app and then let them use stripe key to directly query stripe account to create payment. We only use connect app to create api keys for new user.
can i fetch webhook details with these stripe api keys?
or is it possible threw connect app?
Only the Account where the Direct Webhook endpoint is registered can fetch that endpoint.
So yes the Standard Connected Account's API Key can query this webhook
@west plover is there a Stripe doc where I can read what a connected Stripe account can do.
How is a connected Stripe account different from a standard account?
They aren't. A "Direct" account and a "Standard" account are the same thing, just that a Standard account is also connected to a platform. They have all the same functionality. https://stripe.com/docs/connect/accounts talks about the different types of accounts.
Ah man, so to be 100% clear: Using the credentials returned via the Stripe Connect flow, there is no way to set up webhooks for the connected account?
Our product is distributed, meaning we can't use the platform webhooks as there is no central place. We simply want to set up the customer's webhooks for them.