API-University
API-University
  • 31
  • 553 425
Open Banking around the World
openbankingmap.com
Open Banking is a global phenomenon, but details differ and it is often difficult to keep an overview of the developments in various countries.
Information about open banking initiatives is scattered, hard to navigate, not uniformly available and it requires considerable effort and research to retrieve the needed information. Practitioners need to regularly consult information on OpenBanking initiatives and will likely appreciate quick and uniform access to information about worldwide OpenBanking initiatives.
The openbankingmap.com website educates them, makes information conveniently and uniformly available, saves them time, and serves as a starting point for in-depth research.
Learn about API initiatives around the world, including standards, API specifications, legal frameworks, participating banks, regulatory or market drivers, the scope of banking products and functionality covered, and the timelines for implementation and subsequent market take-up.
zhlédnutí: 3 946

Video

How Lane Changers compete with Banks using APIs
zhlédnutí 1,1KPřed 2 lety
So far, banks mostly compete against other banks that are just like them: the competition belongs to the same industry, is known, has the same business model, and addresses the same mass market. But with the advent of Banking as a Service (BaaS), banks have to face a new type of competition: I call them "lane changers" because they come from another industry and they quickly move into the lane ...
The Long Tail distribution of banking products & how to leverage APIs to address niches efficiently
zhlédnutí 1,7KPřed 2 lety
Banking promises to become more meaningful and more contextual for end-users, driven by tech-savvy banks offering Banking-as-a-Service in the form of APIs to product companies. Product companies (banks, non-banks, or near-banks) are thus enabled to enrich their digital products that end-users already use today with deeply embedded financial services, resulting in more customer-centric, tailored...
Rebundling APIs to create tailored customer-centric banking products - From Open to Embedded Finance
zhlédnutí 3,2KPřed 2 lety
While banks are busy figuring out how to best leverage Open Banking, we will look ahead to what’s next for banks and financial services. Current Open Banking and API initiatives focus on unbundling financial services, moving from a package deal of banking services to smaller, more autonomous, API-enabled offers. The logical next stage in the evolution of banking products will be a rebundling of...
The 6 API Strategy Blueprints for Banks in an Open Banking World
zhlédnutí 4,1KPřed 2 lety
Make sure to watch the video on the banking stack first: czcams.com/video/zno-JAGn4KQ/video.html Open Banking is quickly becoming a reality in many countries around the globe. The advantages for bank clients are clear: for example more choice on digital banking offers, personal financial management, multi banking, or faster loan and mortgage approvals. Technically, Open Banking is based on API ...
The Banking Stack - opened up with APIs
zhlédnutí 1,8KPřed 2 lety
Banks typically organize around the concepts of products and channels, where products are for example loans, accounts, and payments. Channels are the delivery mechanism (such as mobile. web or voice) of these products to the customer. This results in a simple three-tiered architecture: the so-called banking stack. Traditionally, banks follow a do-it-yourself approach, meaning that they both pro...
Open banking APIs - how they reshape the value chain
zhlédnutí 15KPřed 2 lety
How do Open Banking APIs reshape the value chain of banks? Open Banking opens up the traditional value chain of financial services. Often it is believed that there is only one way to open up the value chain - in the frontend of the value chain, where banks need to provide APIs for fintechs to use. But this is only half the story. As we highlight in this video, Banks can only open up in the back...
APIs and the big Re-bundling in Financial Services with Banking-as-a-Service (BaaS)
zhlédnutí 2,8KPřed 3 lety
While banks are busy figuring out how to best implement and leverage Open Banking around the world, we will look ahead at what’s next for banks and financial services. Current Open Banking and API initiatives focus on un-bundling financial services, moving from a package deal of banking services to smaller, autonomous, API-enabled Banking-as-a-Service (BaaS) offers. The logical next stage in th...
Announcing my talk at API Days Hong Kong on "The big re-bundling in financial services".
zhlédnutí 451Před 3 lety
Sign up for free to API Days Hong Kong using this link: www.eventbrite.com/e/apidays-live-hong-kong-2021-api-ecosystem-data-interchange-tickets-128947835447?aff=IKnowMatthiasBiehl
Social Login on LinkedIn - Pushing user data to the Mailchimp API - Part 3/3
zhlédnutí 3KPřed 4 lety
I show you how to write a node.js application for Social Login with LinkedIn. We write code in node.js to store the identity data retrieved from LinkedIn on the Mailchimp API. Get the node.js source code: api-university.com/blog/api-usage/social-login-with-linkedin-part-3 In this video, we extend the code we have written in part 1 (see Social Login Part 1 czcams.com/video/WhKkbpMjSks/video.html...
Social Login on LinkedIn with a Serverless API, Node.js, AWS Lambda, AWS API Gateway - Part 2/3
zhlédnutí 6KPřed 4 lety
I show you how to write a node.js application for Social Login with LinkedIn. We write the redirect endpoint in node.js as a serverless API, deploy it on AWS Lambda, and protect it by an AWS API Gateway. Get the node.js source code: api-university.com/blog/api-usage/social-login-with-linkedin-part-2 In this video, we extend the code we have written in part 1 (see Social Login Part 1 czcams.com/...
LinkedIn API and OAuth: Social Login Development for your website with node.js - Part 1/3
zhlédnutí 20KPřed 4 lety
We will develop a small program in node.js for Social Login with LinkedIn, by leveraging the LinkedIn API and LinkedIn OAuth. Get the node.js source code: api-university.com/blog/api-usage/social-login-with-linkedin-part-1 Social Login allows you to improve convenience for your customers and increase conversion rates for your signups and offerings. Instead of letting users fill in forms, they j...
🔐 API Security Best Practices - How to protect your RESTful APIs
zhlédnutí 6KPřed 4 lety
How to implement state of the art security for your RESTful APIs. These are generic tips, no vendor pitch. Learn about APIs and API Security in a more structured way, with step-by-step guides: 🎥 Video Course on API Security with OAuth: api-university.com/courses/oauth-2-0-course/ 🎥 Video Course on RESTful API Design: api-university.com/courses/restful-api-design-course/ 🎥 Video Courses on other...
Google Sheets API - How you can access any Google Spreadsheet using an API
zhlédnutí 42KPřed 4 lety
Learn to use the Google Sheets API and how you can turn any Google Spreadsheet into a data store that is accessible via API. Download the worksheet to follow every step along the way: api-university.com/blog/how-to-use-google-sheets-api/ Learn about APIs in a more structured way, with step-by-step guides: 📗 Book on RESTful API Design: api-university.com/books/api-design/ 📚 Books on other API To...
Facebook API - How to call the Facebook API and get an OAuth Access Token
zhlédnutí 58KPřed 4 lety
Learn to use the Facebook API - How to call the Facebook API and get an OAuth Access Token. Worksheet: api-university.com/blog/api-usage/how-to-use-the-facebook-api-and-oauth Facebook has a popular API. To use the API, you need to get an OAuth Access Token first. In this week's episode, I show you hands-on how to get both the OAuth token and how to call the API. Get the step-by-step worksheet: ...
Linkedin API - How to get an OAuth access token and how to call the API - Step-by-step tutorial
zhlédnutí 98KPřed 4 lety
Linkedin API - How to get an OAuth access token and how to call the API - Step-by-step tutorial
Spotify API - How to get an OAuth Access Token (API Review Series)
zhlédnutí 67KPřed 5 lety
Spotify API - How to get an OAuth Access Token (API Review Series)
Spotify API - How to get a Playlist (API-Review Series)
zhlédnutí 8KPřed 5 lety
Spotify API - How to get a Playlist (API-Review Series)
Spotify API - How to get an OAuth Access Token (API Review Series)
zhlédnutí 21KPřed 5 lety
Spotify API - How to get an OAuth Access Token (API Review Series)
Spotify API - How to get a Playlist (API-Review Series)
zhlédnutí 41KPřed 5 lety
Spotify API - How to get a Playlist (API-Review Series)
API Review: unsplash.com
zhlédnutí 6KPřed 5 lety
API Review: unsplash.com
API-Review of an IP Geolocation API
zhlédnutí 3,5KPřed 5 lety
API-Review of an IP Geolocation API
API-Review: What makes a good API?
zhlédnutí 2,4KPřed 5 lety
API-Review: What makes a good API?
Digital Business with APIs
zhlédnutí 202Před 7 lety
Digital Business with APIs
Digital Business with APIs
zhlédnutí 798Před 7 lety
Digital Business with APIs
Business Model Canvas
zhlédnutí 382Před 7 lety
Business Model Canvas
The OAuth Mission
zhlédnutí 282Před 7 lety
The OAuth Mission
How Google is using OAuth - Part 1: Understanding OAuth at Google
zhlédnutí 49KPřed 8 lety
How Google is using OAuth - Part 1: Understanding OAuth at Google
How Google is using OAuth - Part 3: Call Google OAuth Endpoint and Gmail API
zhlédnutí 19KPřed 8 lety
How Google is using OAuth - Part 3: Call Google OAuth Endpoint and Gmail API
How Google is using OAuth - Part 2: Register your App at Google
zhlédnutí 22KPřed 8 lety
How Google is using OAuth - Part 2: Register your App at Google