#Mike Dev - create account error
1 messages · Page 1 of 1 (latest)
Hello, can you click on the Headers tab for the response and send me the request ID (req_123) that is associated with that error response?
Thank you
It looks like I am not seeing a request body in our logs so somehow the one in your UI is not being sent or it is not being sent the way that we expect it.
One thing that it might be is that we are expecting the body to be form-encoded rather than json encoded. Can you try changing your body to be that and see if we receive your arguments properly?
ok, I'm going to try that
Now shows this message
"You requested an account link for an account that is not connected to your platform or does not exist."
req_1eZFswJEwNFRMl
this is the request id
Checking in to that request...
So it looks like the account ID that you passed in is for a Standard account. Did you create that Standard account via the API or seperately in your browser? I think you need to create it with the API to use it in the account links call like that
Thanks for the support, helps a lot