summaryrefslogtreecommitdiff
path: root/libeufin/banking-protocols.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-06-09 14:14:52 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-06-09 14:14:52 +0530
commit33e98c5a011ffb7c6f3fa5e9640518ccca08020d (patch)
treed3382a19cc8b70f6a33aa953507c9cfdf8b2374e /libeufin/banking-protocols.rst
parent2bb2aa40538acccfdad48f0ec05abb388eeedf2e (diff)
downloaddocs-33e98c5a011ffb7c6f3fa5e9640518ccca08020d.tar.gz
docs-33e98c5a011ffb7c6f3fa5e9640518ccca08020d.tar.bz2
docs-33e98c5a011ffb7c6f3fa5e9640518ccca08020d.zip
even more examples
Diffstat (limited to 'libeufin/banking-protocols.rst')
-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