I'm new at this, please forgive any naivety...
I appear to make it through authentication, but then receive a 422 with this error message:
b'{"status":"UNPROCESSABLE_ENTITY","message":"GBP balance not found for profile XXXXXXXX”X,”errorCode":"request.invalid.balance_id"}'
The URL that appears in the GET request contains the correct profile id and account id.
But then, this error message appears. The profile number in the error msg is not my profile id or account id. It cannot be found in the code with cmd-f.
Any ideas what could have happened? Thanks in advance.
UPDATE - I worked this out. I had to make a separate call to fetch the correct account ID.
I'm new at this, please forgive any naivety...
I appear to make it through authentication, but then receive a 422 with this error message:
b'{"status":"UNPROCESSABLE_ENTITY","message":"GBP balance not found for profile XXXXXXXX”X,”errorCode":"request.invalid.balance_id"}'
The URL that appears in the GET request contains the correct profile id and account id.
But then, this error message appears. The profile number in the error msg is not my profile id or account id. It cannot be found in the code with cmd-f.
Any ideas what could have happened? Thanks in advance.
UPDATE - I worked this out. I had to make a separate call to fetch the correct account ID.