Hello!
It looks like the list all bank transactions under a certain bank account endpoint has changed within the past few hours. There now appears to be a “balance” key at the top level of the response:
{
"balance": "123.45",
"bank_transactions": [ ... ]
}
Unfortunately this unexpected field has broken my integration. It hopefully won’t be hard to fix but I would have appreciated notice of the upcoming change; or failing that, an entry in an API changelog after the fact. As it is not even the docs (see link above) have been updated.
I realise adding a field probably doesn’t count as a backward-incompatible change but it would be nice for the change to be documented somewhere. As it is, I have to drop what I’m doing to fix my app, and it is not a convenient time.
Is there any chance you could publish a changelog for the changes you make to the API?
Many thanks,
Andrew Stewart