#MorenoMdz
1 messages · Page 1 of 1 (latest)
Yep, you can use the CLI to resend a recent event:
https://stripe.com/docs/cli/events/resend#events_resend-webhook-endpoint
to a specific endpoint
but that one is from the connected account webhook, can I do it?
Do I need to specify that it is a stripe connect payout?
❯ stripe events resend evt_1Nfv4RFTLAuntOipqqn26jil
{
"error": {
"code": "resource_missing",
"doc_url": "https://stripe.com/docs/error-codes/resource-missing",
"message": "No such notification: 'evt_1Nfv4RFTLAuntOipqqn26jil'",
"param": "id",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_3RTrmnqkrO9s2Z?t=1692300385",
"type": "invalid_request_error"
}
}
also
❯ stripe events resend evt_1Nfv4RFTLAuntOipqqn26jil --stripe-account acct_1MbU7TFTLAuntOip
{
"error": {
"message": "You are not permitted to configure webhook endpoints on a connected account. Did you mean to create a Connect webhook on your account instead?",
"request_log_url": "https://dashboard.stripe.com/acct_1MbU7TFTLAuntOip/test/logs/req_LzGmD6mk86vLoh?t=1692300537",
"type": "invalid_request_error"
}
}
Hmm
pretty sure I used this command in the past stripe events resend evt_1Nfv4RFTLAuntOipqqn26jil --stripe-account acct_1MbU7TFTLAuntOip
That seems like an unexpected error
I wanted to suggest specifying your connect endpoint ID
but I suspect then the we_123 will be unknown from the connected account context
hmm what do you mean?
adding --webhook-endpoint=we_123 for your endpoint
You mean stripe events resend evt_1Nfv4RFTLAuntOipqqn26jil --stripe-account acct_1MbU7TFTLAuntOip --webhook-endpoint=we_123 and replace we_123 with the current endpoint?
I still get
You are not permitted to configure webhook endpoints on a connected account. Did you mean to create a Connect webhook on your account instead?
Can it be a permissions thing?
It might not be possible to resend these connected account originated events
This is the request log error url, but it doesnt open here
https://dashboard.stripe.com/acct_1MbU7TFTLAuntOip/test/logs/req_03qaLGGBDdMHSR?t=1692301005
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Pretty sure I used this in the past lol
Yep, for some reason it now rejects saying I dont have permissions
We're going to try to repro this with our test accounts
alright, let me know if it is something we need to change in our end
We're still having trouble figuring out what changed here and think we'll need to take a deeper look and likely involve the team that develops this functionality. Would you mind writing a quick email in to our support about this and then DM me your email? I can pick up the ticket and keep you updated on our investigation from there.
sure, whats the email?
Oh sorry meant to link to this page https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
If you are logged in there should be an option to send an email in the lower right of that page
will do it now
Hey @ebon magnet were you able to send us an email?