swissfintechinnovations / ca-payment

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

AIS - schema definition error in GET /accounts/{accountId}/transactions/{transactionId}? #99

Closed svenbiellmann closed 3 weeks ago

svenbiellmann commented 3 months ago

In accordance with the reply scheme, several transactions can be returned (transactions is defined as array). However, this makes little sense if a transactionId is provided in the input parameter.

The question now is what would be correct:

  1. should transactions not be defined as an array
  2. should only the Account Transaction Item be returned (instead of the Account Transaction Entry), or
  3. should the entryId be passed instead of the transactionId (the Account Transaction Entry object is not defined as an array)

image

image

svenbiellmann commented 3 months ago

Meeting Notes 20.6.24

Simon M. questions the added value and use of this endpoint. The entryId is probably the correct parameter. A pull request with the change to use the entryId will be created.

svenbiellmann commented 1 month ago

Meeting Notes 15.8.24

Pull request has been approved and will be released on V5.

svenbiellmann commented 3 weeks ago

Issues successfully merged into release-v5 branch.