#ishan-connect-webhook
1 messages · Page 1 of 1 (latest)
Hi there, I was wondering if you could provide me with your account id please? It should look like acct_xxx within your account settings
acct_1HrckWHHgiuTDwmO
Thank you for your patience, if you would like to inspect the events for your account, please refer to https://dashboard.stripe.com/test/events.
Upon clicking into any events, you should be able to observe the body of the event, please find an example here: https://dashboard.stripe.com/test/events/evt_1JtVANHHgiuTDwmOk27qILF1
But when payout is made from connected account's stripe balance to the external bank account, I am unable to see any payout event in the 'Events' tab. The example which you have shared is for the payout which I made from platform's stripe balance to the platform's bank account.
The Connected account's webhook events specifically can be accessed via the relative webhook via https://dashboard.stripe.com/test/webhooks and clicking into the webhook, these events will not be shown in the Platform account's events page.
But for that I need to configure webhook endpoint, right ?
If you would like to test and see how the events look like, you can set up the webhook and click on the "Send test event"
yes
Can I view the event's payload before configuring the webhook endpoint ?
Alternatively, you could test this locally with the Stripe CLI tool https://dashboard.stripe.com/test/webhooks/create?endpoint_location=local
Is there any way for this ?
If you were to create a test webhook (this can always be deleted later) via https://dashboard.stripe.com/test/webhooks, and allow the webhook to listen to payout events. Go to your test Connected account and trigger a payout in test mode, you should then be able to see the event within the test webhook you have created.
The payout event format would be similar to the one you see from the Platform account, with one extra field that is the Connected account id.
For your information, the extra field within the event request looks like the following:
"account": "acct_xxx"
If you would like to learn more, please refer to https://stripe.com/docs/connect/webhooks