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

Ability to delete a customer or softdelete

We don't appear to have a field for 'customer creation date` on the Customer object, is there somewhere else recommended to put this information? Perhaps it's a 'Know your customer'...

A few exceptions like this have popped up recently on https://bnpparibas-irb.openbankproject.com: ``` Sat Jun 10 09:50:42 UTC 2017: net.liftweb.json.JsonParser$ParseException: unknown token < Near:

Path parameters are variable parts of a URL path. They are typically used to point to a specific resource within a collection, such as a user identified by ID. For...

question
tesobe

There are some **SimpleDateFormat** object used in concurrency environment. take the follow code as example. it should no be used in concurrency environment, especially in Utils object. ``` package code.api.util...

All open bank project environment variables are now prefixed with "OBP" to avoid collision. Related #1210

Previously it was working good. But now the token generated is incorrect. Kindly help.

See the TODO in OBP-API/src/main/scala/code/api/ResourceDocs1_4_0/ResourceDocsAPIMethods.scala

In order to reduce frequently query metrics related db table, add cache to metrics endpoints. Accept criteria: 1. Get Aggregate Metrics 2. Get Connector Metrics 3. Get Metrics 4. Get...