#Ghar
1 messages · Page 1 of 1 (latest)
This event belongs to acct_1MN1HfGa4fn7zJwN whereas you tried to resend the event with the API key from acct_16SFr1Gck3ERnbM8
Could you share what you're trying to do?
? I receive the event from stripe, just trying to resend same event
I am using connect accounts
so the resend is failing because it is using platform?
Yes! I'm not really sure how this plugin works. If you wish to resend the connected account event from platform API key, it's possible to do with Stripe CLI: https://stripe.com/docs/cli/events/resend
The command will be:
stripe events resend evt_xxx --webhook-endpoint=we_xxx --account={connected_account_id}
thanks I wil try that