Closed svenbiellmann closed 4 days ago
Consistency improvement for relevant endpoints (accounts, transactions). Instead of lists will object with array be delivered on the responses.
There is a dependency on pagination. The pull request will be prepared by @dkoeni .
This issue is depending on issue #114 and will be linked to PR #125.
This issue has been merged with pull request #125 into V5 and can be closed.
In AIS in the 200 responses, lists are returned as non-extendable array e.g. in get /iso20022/statements endpoint.
Shouldn't extensible objects be used there and shouldn't pagination be added?
In PSS the implementation seems to be correct.