summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/banking-protocols.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/libeufin/banking-protocols.rst b/libeufin/banking-protocols.rst
index 1ae08baa..dd8c4740 100644
--- a/libeufin/banking-protocols.rst
+++ b/libeufin/banking-protocols.rst
@@ -63,6 +63,9 @@ third party access they give to their bank account in their online banking
system. That mechanism is conceptually similar to OAuth2. In fact, some
implementations of PSD2 even use OAuth2 directly.
+PSD2 APIs usually use JSON as a data format. Often the schema and terminology is "inspired" by ISO20022
+messages, but no actual ISO20022 XML message formats are used.
+
PSD2 requires two main services to be available via an API:
* AIS (Account Information Service).
@@ -77,8 +80,13 @@ legal prerequisites.
On a technical level, using PSD2 APIs usually requires having an `EIDAS
<https://en.wikipedia.org/wiki/EIDAS>`__ certificate.
-Examples:
- * `Sparkasse <https://xs2a.sparkassen-hub.com/home>`__
+Examples (bank offerings):
+ * `Sparkasse <https://xs2a.sparkassen-hub.com/home>`__ (Berlin Group based)
+ * `Deutsche Bank <https://developer.db.com/products/psd2>`__
+
+Examples (standards):
+ * `STET PSD2 API <https://www.stet.eu/en/psd2/>`__
+ * `Berlin Group NextGenPSD2 <https://www.berlin-group.org/nextgenpsd2-downloads>`__
Bank-Proprietary APIs