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

Would it be possible to add an API to indicate an account is no longer active and will not accept any more transaction requests. This may be because the customer...

Probably due to a Future timeout so we can't confirm the url in the consumer. Sorry, the App requested a redirect to a URL that is not registered. Note to...

Hi, I am getting error : "OBP-20008: Invalid Consumer Key" using the REST client. Though I provide correct consumer key. My request ==> POST https://psd2-api.openbankproject.com/my/logins/direct Header == > Content-Type: application/json...

APIMethods210.scala We should not implicitly create account here. (we should throw error if the Counterparty does not exist.) //if the connector is mapped, we get the data from local mapper...

It looks like no issue was opened here when discovered a few months ago (see https://github.com/OpenBankProject/OBP-API-Scripts/blob/master/obp_api_scripts/generate_stats/stats.py#L161) so i will do it now: With the advent of function `elasticSearchWarehouseV300`, table `mappedmetric`...

override def getTransactions(bankId: BankId, accountId: AccountId, queryParams: OBPQueryParam*): Box[List[Transaction]] = { // TODO Refactor this. No need for database lookups etc. val limit = queryParams.collect { case OBPLimit(value) => MaxRows[MappedTransaction](value)...

Retrieving the list of all consumers (`getConsumers`) can be slow on busy sandboxes, e.g. https://apisandbox.openbankproject.com, which is crippling the experience using the API Manager, as @ichaib can confirm. It would...

Improve the specification coverage for PSD2 APIs https://apiexplorersandbox.openbankproject.com/?version=2.1.0&psd2=true So far: "Codes 200/400 are represented by only success and a missing "error" struct. Is it possible to get any further information...

swagger