open-banking-gateway icon indicating copy to clipboard operation
open-banking-gateway copied to clipboard

Add currency selector to dedicated consent initiation screen

Open ivaniuminov opened this issue 5 years ago • 1 comments
trafficstars

Before, during consent initiation, fintech provided account as a list of IBAN strings. Now we need to provide account list as a list of account reference type:

Before: "accounts": ["DE80760700240271232400"], "balances": ["DE80760700240271232400"], "transactions": ["DE80760700240271232400"]

Now: "accounts": [ { "iban": "DE80760700240271232400", "currency": "EUR" } ], "balances": [ { "iban": "DE80760700240271232400", "currency": "EUR" } ], "transactions": [ { "iban": "DE80760700240271232400", "currency": "EUR" } ]

ivaniuminov avatar Nov 04 '20 10:11 ivaniuminov

https://jira.adorsys.de/browse/OBG-62

gatiskalnins avatar Sep 02 '21 09:09 gatiskalnins