Questions tagged [open-banking]

Bank as a platform - The Open Bank Project is the leading Open Source API and App store for banks.

Open Bank Project’s open source API technology and surrounding ecosystem of tools – together with a vibrant Fintech developer community - helps banks rapidly engage with the next generation innovators safely and securely.

Built on a secure, enterprise-ready technology stack that supports secure Internet protocols such as OAuth, Banks can start using Open Bank Project in sandbox mode for innovation programs or proof of concepts with startups and then quickly transition to a production configuration in which OBP interacts with the core banking systems of the bank.

Out of the box, Open Bank Project provides over 130 RESTful endpoints covering transaction history, payments, entitlements and metadata that developers can use to build the next generation banking applications.

openbankproject.com

API reference

GitHub

20 questions
7
votes
1 answer

Postman not reading root certificate from certificate store in

I'm trying to call open banking production endpoint but It keeps kicking me out as I believe root certificate for MTLS is not picking up from the certificate store. How does postman pick the correct certificate from the certificate store? Following…
4
votes
1 answer

Revolut OpenBanking API Authentication and Authorization

I am trying to use Revolut Open Banking API and I can't figure out how the authorization and authentication flow works. What is the dynamic client registration? Should I register the application every single time I start my application? What about…
rpf
  • 3,612
  • 10
  • 38
  • 47
3
votes
3 answers

Unable to upload CSR/Certificates to the Open Banking Directory

I have this error showing when I attempt to upload a Certificate request to the Open Banking Directory as an OB Signing certificate. When I copy the message, I am given this message; When I inspect the network requests, it seems to show an…
foyss
  • 973
  • 2
  • 8
  • 24
3
votes
1 answer

WSO2 openbanking demo api returns Failed Authentication with SMSOTP

I am trying to use the demo site api https://openbanking.wso2.com/demo and on the User Authentication step i get Failed Authentication with SMSOTP 400 : BAD REQUEST even when the url…
sejuba
  • 63
  • 5
2
votes
1 answer

What is the difference between and OB certificate and eIDAS?

I'm currently trying to build an OpenBanking application, but I'm having a hard time differentiating between the certificates. I've generated an OBWAC and OBSEAL certificate, however I can't understand what is the difference between those and a QWAC…
WebDev1
  • 43
  • 2
2
votes
0 answers

Android Webivew Opening Android App Link as URL

I'm trying to implement an Open Banking provider in a WebView in my React Native app. The problem I am having is that when the provider (running on a webpage inside my WebView) tries to launch the banking app, the user is taken to the bank's website…
1
vote
1 answer

Open Banking Null Scope examples?

Should an Open Banking authorization server reject or accept GET /token or /register endpoint requests with a NULL SCOPE? When looking at the specs it is clear that the SCOPE is not mandatory, however on the registration, scopes are validated…
Martin Sansone - MiOEE
  • 4,281
  • 1
  • 29
  • 31
1
vote
1 answer

Persisting user banking data when pulling from Open Banking

I'm currently building an app which uses Open Banking through Plaid. This is a React front-end app with serverless functions supporting a 'back-end'. At the moment, on every page load, the user's access token is transferred through the Plaid API and…
Jon Nicholson
  • 927
  • 1
  • 8
  • 29
1
vote
0 answers

Creation of JWS in implementation of PSUOAuth2

I am implementing PSUOAuth2 for OpenBank Apigee - DevPortal (Drupal-8). In creation of JSON Web Signature, few arguments are unclear to me. (Check out specification here). First is the private key, can I use any general private key or is there a…
Ankit Babbar
  • 101
  • 3
  • 6
0
votes
1 answer

How to sync the latest transaction of an account which has enabled 2FA in Yodlee?

I have a CapitalOne account that has enabled 2FA. I am receiving transactions when I link my account using FastLink as below images, After the above-mentioned process, I made a few transactions for testing purposes. But they haven't got synced.…
Sathya Molagoda
  • 531
  • 1
  • 6
  • 17
0
votes
1 answer

Problem with revolut api transactions list

are few days that we are experiencing trouble with revolut api. We use that library: https://github.com/useme-com/revolut-python Now when we try to retrive a list of transactions we receive: root@# python3 transactions.py HTTP 400 for…
lucadevac
  • 35
  • 3
0
votes
1 answer

Bridge API (Bankin) on Rails

I'm connecting to my first API and I do not know where to start. I have tried a few things but it doesn't work. Have you ever connected bankin api on a Ruby on Rails app? I only have access to curl documentation but don't know how to "convert" it to…
LDC
  • 1
  • 2
0
votes
2 answers

Why is verification failing for a JWS signature?

I'm trying to sign the message with a detached payload using the Nimbus JOSE JWT library in Java. The verification goes through locally but whenever I try to send it to the server using Postman I get: "The signature header x-jws-signature was…
DjangoDev1
  • 232
  • 4
  • 14
0
votes
1 answer

AWS Cognito OIDC Customizations

https://consumerdatastandardsaustralia.github.io/standards/#security-profile I am trying to setup AWS Cognito as an OIDC provider. Able to create User pool however there are lots of custom data needed. Such as ".well-known/openid-configuration" of…
Tarun
  • 35
  • 1
  • 1
  • 6
0
votes
1 answer

The support of custom bank functionality (bank-specific payment, bank-specific account information) by Xs2a

While implementing HBCI protocol in OpenBanking API gateway I've stumbled upon the fact that HBCI/FinTs protocol allows calling 'custom' bank functions that exist only within one bank. For example, there is a section Geschäftsvorfälle für den…
Valentyn
  • 171
  • 1
  • 5
1
2