open-banking-gateway icon indicating copy to clipboard operation
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)

Results 137 open-banking-gateway issues
Sort by recently updated
recently updated
newest added
trafficstars

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:...

BE

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...

BE
question

FinAPI 2.0 adapter architectural development

BE

- `/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...

BE
high priority

FireFly-III seem to show wrong sign of transaction amount. Probably FireFly exporter should invert the sign

bug
BE

https://git.adorsys.de/adorsys/xs2a/open-banking-gateway-issues/-/issues/3

bug
high priority

Now consent parameters hardcoded in consent-ui (consent-util.ts)

FE
BE

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...

BE

Xs2a Sandbox should check that 'grant_type' is present and has valid value

bug
dependencies