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

Hi, We created user in OBP using super user. Now we wanted to give owner view to this user(which map to CBS user using auth-context) to bank account in CBS...

I have downloaded the master branch of this project and run "mvn test" successfully in obp-api module last week. Today, it did not work suddenly. When I run "mvn test",...

Hello! I was trying out your API and I'm struggling to understand how bank details are added by a user so that the application has access to the account data...

Currently, this is not properly RESTful Should be PUT /management/consumers/CONSUMER_ID/consumer/enabled {"value":false} i.e with PUT we replace the *whole* resource at the URL. (Otherwise we could use PATCH but need PATCH...

tesobe

SHA1 has been shattered: http://shattered.it/ (https://shattered.it/static/shattered.pdf) `src/main/scala/code/api/oauth1.0.scala` allows the client to connect via SHA1. Maybe the API should be more restrictive and only allow SHA256?

question

The main change is to bring sorting parameters into the URL as query parameters and remove from header

enhancement
tesobe

Looks like another Elasticsearch-related issue: ``` Sat Jun 10 09:45:28 UTC 2017: java.net.URISyntaxException: Illegal character in query at index 58: http://localhost:9200/_search?q=product_family:%22personal loans%22 at java.net.URI$Parser.fail(URI.java:2848) at java.net.URI$Parser.checkChars(URI.java:3021) at java.net.URI$Parser.parseHierarchical(URI.java:3111) at java.net.URI$Parser.parse(URI.java:3053)...

question

Thanks to @marko-md, he suggested to add the embedded Kafka server for ScalaTest. With that ,we can guarantee all the Kafka changes will be working properly. Example libraries: https://github.com/manub/scalatest-embedded-kafka https://github.com/bfil/kafka-testkit

enhancement
tesobe

Suggestion for versioning of Kafka messages: After input from Ulrich, send version with the message - so we don't rely on the transport (Kafka) {"version" : "k0.1.0"} Use "k" to...

Can we return nicer errors than this to the API in case of Kafka Connector level error? Bad response code (500) from OBP API server: Exception occured while processing /obp/v2.0.0/my/banks/SGBC/accounts/44ea4f603acac9c64d0e21af5c7ec4f429f0ec1c67b59d67a111807bab9f05b3/transactionsMessage:...