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

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.8 to 42.3.3. Changelog Sourced from postgresql's changelog. Changelog Notable changes since version 42.0.0, read the complete History of Changes. The format is based on Keep a...

dependencies

I follow step by step this tutorial [OAuth-1.0-Server](https://github.com/OpenBankProject/OBP-API/wiki/OAuth-1.0-Server) to get the **request token** but I can't. **Assuming** that my **oauth_consumer_key=123** and my **consumer_secret=456**. My request would be the next: ```...

Hi, I am trying to run the OBP solution with a Kafka Connector (Windows environment). Just following the basic instructions. Kafka server is running correctly because I have some other...

Hello I'm new to this openBank project and I wonder how to get such bank_id in all requests. Can you assist please ? Thank you

Hello, Using /user_mgt/logout endpoint to logout the user, token is not invalidated !! Ref : https://apiexplorersandbox.openbankproject.com/?version=OBPv4.0.0&operation_id=OBPv4_0_0-getLogoutLink&currentTag=User&api-collection-id=&bank_id=&account_id=&view_id=&counterparty_id=&transaction_id=#OBPv4_0_0-getLogoutLink We are using direct login method. How do we logout and get the token...

When the database connection fails, the user should see an error message: Right now, the error message does not tell the developer that the database is the problem. ![image](https://user-images.githubusercontent.com/1718624/62693281-18ac7b00-b9ca-11e9-89b2-17d8430399bd.png) Proposed...

Trying to send curl --request POST --verbose "https://abc.openbankproject.com/oauth/initiate" -d "oauth_callback=https://yolion.com" -d "oauth_version=1.0" -d "oauth_signature_method=HMAC-SHA256" -d "oauth_consumer_key=au0rkyvoimds03j3f3tivLLwytzsgobcavddj15m" -d "oauth_signature=misqvavm1zy5udgtdfe2xrfgic2p2jeslxixw4ed%26" getting response > `the following parameters are missing : oauth_signature_method, oauth_signature, oauth_consumer_key,...

I was trying to finally find a document that showed the actual API and found the links on the Wiki to be broken. It is not really important though because...

Hi Open Bankers! From what I can deduct, Open Banking APIs have been created to permit regulated entities (TPPs) interacting with banks. Although this is great, this limits the ability...