OBP-API icon indicating copy to clipboard operation
OBP-API copied to clipboard

An open source RESTful API platform for banks that supports Open Banking, XS2A and PSD2 through access to accounts, transactions, counterparties, payments, entitlements and metadata - plus a host of i...

Results 117 OBP-API issues
Sort by recently updated
recently updated
newest added

Use Akka / Kafka so we don't block whilst writing to metrics table. Also, we might want to add a connector so that the metrics_connector can be akka_rdbms, akka_elastic_search etc.

enhancement
tesobe

Hello Tesobe team, I'm a bit lost, is Kafka mode or otherwise Akka mode is more production-ready and more adopted by OBP development team, or it's more like Bank-dependent topic....

When using the Kafka connector `OBP_CONNECTOR = "kafka_vSept2018"` I'm seeing a constant stream of debugging logs like this ``` 06:10:37.788 [Thread-12] DEBUG org.apache.kafka.clients.consumer.internals.Fetcher - [Consumer clientId=consumer-1, groupId=obp-api-north.side.consumer] Added READ_UNCOMMITTED fetch...

Hello dear support, Both Chrome and Firefox are throwing this: ``` [Report Only] Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'"....

![image](https://user-images.githubusercontent.com/23308710/65621585-54c08d00-dfc4-11e9-9275-51fd04959735.png) Is it time to use UUID here?

### Scenario Developer using api submits a `post` request to `/obp/v3.1.0/banks/BANK_ID/customers` with an invalid value for `kyc_status` ### Expected response: When possible, the api response must inform the api user...

Hi, I tried to develop an app in android studio. I followed all the instruction on README. But this appears instead, is this the correct outcome? Needs some explanation and...

We already provide `/obp/v3.1.0/management/banks/BANK_ID/cards/CARD_ID` As an API user, it would be convenient to be able to also get a card via it's card number. `/obp/v3.1.0/management/banks/BANK_ID/cards/CARD_NUMBER` Proposed solution: Add api call...

Steps to reproduce: - Create a transaction request for an account which your user does not own. - Observe the error message: ``` {"code":400,"message":"OBP-40002: Insufficient authorisation to create TransactionRequest. The...

Currently (12bd9a3d2a94573e24958da6b4e68abbb1baa0c5) when a user attempts to create a transaction request `/obp/v3.1.0/banks/BANK_ID/accounts/ACCOUNT_ID/VIEW_ID/transaction-request-types/SEPA/transaction-requests` when they don't have the `canCreateAnyTransactionRequest` entitlement then a traceback occurs. Steps to reproduce: - Attempt to create...