#x110dc-cli-connect
1 messages · Page 1 of 1 (latest)
I'm trying to resend an event with this command: stripe events resend evt_xxx --stripe-account=acct_
But I get this error: You are not permitted to configure webhook endpoints on a connected account. Did you mean to create a Connect webhook on your account instead?
Not sure if there's a way to do it?
yeah you can't do this in the CLI
ah, okay. can I do anything with connected accounts via the CLI?
I'd recommend just calling https://stripe.com/docs/api/events/retrieve in your code to fetch it and handle it
yes you can do most of it, just not that endpoint
not sure I follow?
You said "not with that endpoint" but I'm not sure which endpoint I'm calling.
you can't call stripe trigger on a connected account
I was doing stripe events not trigger
yeah sorry that's the same
sorry I'm rushing out the door and not being clear
you can create customers or coupons on a connected account with the CLI
you can not interact with the Events API on the CLI
I understand. Thanks for the help. I'll come back on Monday.