open-banking-gateway
open-banking-gateway copied to clipboard
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)
OAuth2 scheme in OpenBanking API is not used, instead request signing is used we need to fix that ``` securitySchemes: BearerAuthOAuth: description: | Bearer Token. type: http scheme: bearer accessCode:...
As we aim to have the model of Many-To-One on FinTech->OpenBanking side and because there can exist only one consent for TPP, so that One-To-One is on (PSU,TPP)->ASPSP, we need...
- `/listAccounts` and `/listTransactions` should support passing consent as JSON in `X-Create-Consent-If-None` header, so that OPBA knows what consent to create if it is missing. This field should be used...
FireFly-III seem to show wrong sign of transaction amount. Probably FireFly exporter should invert the sign
https://git.adorsys.de/adorsys/xs2a/open-banking-gateway-issues/-/issues/3
Now consent parameters hardcoded in consent-ui (consent-util.ts)
We need to have extensive logging that has different level of details, i.e. DEBUG prints all request/response bodies, but INFO prints only safe values of those bodies such as Request-ID...
Xs2a Sandbox should check that 'grant_type' is present and has valid value