#brian_webhooks-connect
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1501257053354721381
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there! Can you please share your account ID (acct_xxx123) so I can take a look?
Do you have the timeframe for when your webhook was disabled?
thank you for the account ID. which webhook endpoint (we_xxx) was accidentally disabled?
we_1NkZJKKj3S38VarRO4Zfv75b
I see that's the live mode Webhook Endpoint on your Account. The last Event that I can see live mode on your account is evt_1TR2fHKj3S38VarRwsjevHpP from April 27. All Events emitted from your account can be viewed on the Workbench section of your Dashboard under Events (https://dashboard.stripe.com/acct_1NT6a2Kj3S38VarR/workbench/events). You can also use the Stripe API to List all Events (going back up to 30 days).
do connected account events also flow to here?
This webhook endpoint is configured to listen to Events from Connected Accounts. Currently you do not have any Webhook Endpoints set up to listen for Events from your Platform Account.
hmm that's strange then, we definitely have events
Can you provide more information? Are these Events emitted by your Platform Account or one of your Connected Accounts? Any Event IDs would be helpful for further investigation.
apologies, the last Event I found was from your platform account, not one of your connected accounts. still looking into this
For each Connected Account you'll need to call List All Events with the Connected Account set in the Stripe-Account header. I know this is inconvenient, but this is the only way you'll be able to retrieve all undelivered events that were missed when your webhook endpoint was disabled.
brian_webhooks-connect
got it. thanks for the confirmation
is there a good way to redrive events programmatically?
No, the best approach is to ingest them on your end as you list those Events
ok thanks
Question about the UI. is there a way to view events from a connected account? the link from above is for the platform account and shows no events. when I query for a connected account event, nothing shows up, even if i open up the webhook events tab from a connected account page
When I go to an invoice and click on an event -> opens inspector -> click copy workbench url -> which goes here: https://dashboard.stripe.com/acct_1NT6a2Kj3S38VarR/workbench/events/evt_1TTad8LSjldrfSDyK1hTfUYM
this shows nothing
I don't fully grasp what you are asking unfortunately but I don't touch the Dashboard much. You might want to talk to our support team