PSD2 and Open Banking regulation in Europe #4
Replies: 1 comment 2 replies
|
Good thread to start. I work in this space (building open-banking.io) and can give a practical overview of what the EU landscape actually looks like for direct bank API access. PSD2 AIS in practice: Under PSD2 (now PSD3/PSR1), EU/UK banks must provide free read-only access to account data (balances, transactions) via standardized APIs. The user authorizes directly in their bank app — you receive time-limited consent tokens, not credentials. This is Account Information Services (AIS). Payment Initiation Services (PIS) is the write-side equivalent for initiating payments. The real barriers:
Practical path for OPH: The most realistic integration is via an AIS aggregator rather than individual bank APIs directly. Each aggregator covers thousands of banks across EU/UK. Key tradeoffs to evaluate: whether the aggregator requires your own eIDAS cert, their pricing model (per-connection vs flat), API quality, and bank coverage in your target countries. I am building a certificate-free path to PSD2 AIS specifically for self-hosted and small-team setups (open-banking.io) — happy to share more about the API shape and bank coverage if it is useful for planning the integration architecture. |
Uh oh!
There was an error while loading. Please reload this page.
One of the long term goals of Open Payment Host is to have support for direct banking APIs, I was told PSD2 and Open Banking regulation in Europe enables that. So in this thread we'll discuss the possible options to integrate direct banking APIs for European countries.
All reactions