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
0
votes
1 answer

JWT token signing works in jwt.io but not in my code

Trying to sign a JWT token using jose-jwt but for some reason I'm failing miserably to understand why it's not working as expected. The signing part is working in my test but if I use this to request the server resource it fails. But if I paste…
Damith
  • 121
  • 1
  • 1
  • 7
0
votes
1 answer

Using Android for calling Open Bank Project with OAuth1

I try to using the open bank project (OBP) in my android app. I want to list banks and the user can choose one or more of them to own list. For this I clone the example app by OBP: https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Android Here…
Tarasov
  • 3,625
  • 19
  • 68
  • 128
0
votes
1 answer

How do I authenticate with the Tikkie API?

How do I authenticate with the Tikkie API? I want to use the Tikkie API but I not sure how to get started with the authentication.
0
votes
1 answer

How to provide bank list in OpenBankProject

I set up local OpenBankProject OBP-API from https://github.com/OpenBankProject/OBP-API. When i hit the endpoint http://localhost:8080/obp/v3.0.0/banks i get the answer like {"banks":[]} So the banks list is empty. I haven't found the solution how…
Wojciech Wirzbicki
  • 3,887
  • 6
  • 36
  • 59
0
votes
1 answer

REST API / OpenBanking API - Location Resource Aggregation URL

What would be best practise to aggregate the below resources as a single API call, (the reason is to avoid making multiple calls to get all the resources from mobile/IoT) /branches /atms /itms I can think of aggregating them under a parent like…
AJoy
  • 560
  • 3
  • 10
1
2