swissfintechinnovations / ca-payment

Common APIs for AIS and PIS
https://www.common-api.ch
Apache License 2.0
2 stars 4 forks source link

Lists as non-extendable array #111

Closed svenbiellmann closed 4 days ago

svenbiellmann commented 4 months ago

In AIS in the 200 responses, lists are returned as non-extendable array e.g. in get /iso20022/statements endpoint.

image

Shouldn't extensible objects be used there and shouldn't pagination be added?

In PSS the implementation seems to be correct.

image

svenbiellmann commented 2 months ago

Meeting Notes 15.8.24

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 .

svenbiellmann commented 3 weeks ago

Meeting Notes 26.9.24

This issue is depending on issue #114 and will be linked to PR #125.

svenbiellmann commented 4 days ago

Meeting Notes 31.10.24

This issue has been merged with pull request #125 into V5 and can be closed.