#TaylorUK
1 messages · Page 1 of 1 (latest)
Hi there!
The error message is correct:
"The 'on_behalf_of' param cannot be set to your own account
What are you trying to achieve here?
Also can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Hi thanks for the reply. I don't even get a request... 🤨
So this means that the whole process doesn't even reach Stripe?
Hi thanks for the reply. I don't even get a request... 🤨
You should have one.
Literally tried it now but the last log is from 1st Oct
Maybe the log is on the connected account?
Can you share your account ID (acct_xxx)? It's at the top of this page: https://dashboard.stripe.com/settings/account
taking a step back, that error would indicate you wrote code on your server that passes the on_behalf_of parameter to our API and are passing an incorrect value to it(your own account ID instead of a connected account ID). Have you had a look at your own code and debugged that a little?
or more likely I suppose ,you use the API key of a connected account and pass on_behalf_of as well. Either way.
Thanks @wooden rune, I shall get in touch with the integrations team and let them know. I'm only the suffering middle man 🙂
ok! the error message should be quite self explanatory really to the developer who coded your integration with Stripe's API, but happy to try clarify something if needed.