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

should use fully qualified version names maintain compatablitity previous with non - fully qualified names

### Objective: Make container-like deployments easier by reading props from `sys.env`, we want to avoid rewriting the props file and repacking the war file like this: https://github.com/chrisjsimpson/obp-kubernetes/issues/2#issuecomment-460495439 (

Add ProductDocument resource used to store URLs related to a Product "product_document_id": askdjfhlkjhsdf8765w8r, "bank_id":"bankid123", "code":"savings1", "url":"https://www.example.com/savings1.pdf" User must have CanMaintainProductDocument Role We need Create, Update, Delete endpoints.

enhancement
tesobe

specified_url is defined in Resource doc this means if we request v3.1.0 the urls returned will have the path /v3.1.0/etc not /v1.4.0/etc.

Need a guard for API_VERSION /obp/v3.1.0/resource-docs/API_VERSION/obp /obp/v3.1.0/resource-docs/API_VERSION/swagger

if we do not send the content-type in the header, we get: The Requested URL /obp/v3.0.0/search/warehoudse/ALL was not found on this server

We need a new endpoint to "delete user account". As it's not a good idea to delete rows from the database, values should be overwritten with "deleted" in authuser and...

Hi guys, I forked and downloaded the code yesterday, and tried '**clean install**' and '**jetty:run**' and getting the issue below. Can anybody please point me in the right direction and...

Add new model UserAuthContext userId: String key: String value : String Add role CanModifyUserAuthContext Add POST , GET for this resource. example usage: userId = "qieuriopwoir987203984729384ipeiu" key = "CUSTOMER_NUMBER" value...

enhancement
tesobe