adorsys / open-banking-gateway

Provides RESTful API, tools, adapters, and connectors for transparent access to open banking API's (for banks that support PSD2 and XS2A as well as HBCI/FinTS)
https://adorsys.github.io/open-banking-gateway
GNU Affero General Public License v3.0
246 stars 93 forks source link

Xs2a adapter parameters validation #285

Closed valb3r closed 4 years ago

valb3r commented 4 years ago

As we know, certain banks like Deutsche Bank has different requirements on what field is optional or mandatory. Ideally, we need to have an interface from the Xs2a adapter to validate that we are passing proper parameters and if not we need to get list of fields that are necessary to call endpoint.

valb3r commented 4 years ago

Blocked by https://github.com/adorsys/xs2a-adapter/issues/348