#.hauchu
1 messages · Page 1 of 1 (latest)
requestID: req_Yoia7K7EiAb9C3
hi! pretty much what the message says. That is not how you use webhooks and Connect, so the request is blocked
you instead create an endpoint on your platform account and we send connected accounts' events to that endpoint along with an account field so you can differentiate them
But i using API, meaning i creating in platform account. So, why error is connected account?
because you made the API call on the connected account
the API key you used is not your platform's API key, it's an API key you got from doing OAuth with the connected account, so maybe you made a mistake there
not sure what you mean/what you're asking?
to be clear, what is your Stripe account name, are you Sh***se or are you O******AR ?
OMNISWEAR
yeah then you need to use the API key of your own account, not the one you might have got somewhere else
why are you making this API call to create a webhook endpoint, did someone ask you to, is it in some docs you are reading?
but if you want that API call to work, it will only work if you use your own account's API key(log in to your account and copy the Secret Key from https://dashboard.stripe.com/apikeys , and use that).
Yes