#charlie-fanbase_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1258016409141645383
đ Have more to share? Add details, code, screenshots, videos, etc. below.
You're better off using the CLI to re-send events if you need to: https://docs.stripe.com/cli/events/resend
ok thanks I'll have a look
Is there any way to get permission on a connected account? Would mean customer service support can pick it up rather than requiring a developer
I can see the option on the event page but it is greyed out
I suspect it'll depend on the user role that is trying to access it: https://docs.stripe.com/get-started/account/teams/roles
I'm a developer so thought had basically admin rights on the connected account
Grand can't see anywhere to request this kind of access so unless you know better assuming it doesn't exist?
I'd assume that that role does not have the necessary permissions
Ok just seems strange as we can re-trigger it from a different place, it's just very tricky to get to
Yeah, maybe the UI has different permission requirements per route. Hard to say without examples
So from this screen (webhook overview page) I am able to retrigger the event, but I have to scroll back to where it is as it only loads around 20 at a time. https://dashboard.stripe.com/webhooks/we_1LNC8qDH4mMwLsQWnMjuF7FO
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
But from this screen, I can see the same event, but the re-send webhook is disabled due to permissions https://dashboard.stripe.com/acct_1PNXivRk5gI4OFzG/events/evt_1PYATKRk5gI4OFzGraFeF75L
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yeah it's likely because you're going via the 'view as' route which will require different permissions I suspect
Ah ok, thought would be something like that
thanks for your help
The CLI should do what we need
Yep, or you could build your own UI