From 33e98c5a011ffb7c6f3fa5e9640518ccca08020d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 9 Jun 2020 14:14:52 +0530 Subject: even more examples --- libeufin/banking-protocols.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'libeufin/banking-protocols.rst') 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 `__ certificate. -Examples: - * `Sparkasse `__ +Examples (bank offerings): + * `Sparkasse `__ (Berlin Group based) + * `Deutsche Bank `__ + +Examples (standards): + * `STET PSD2 API `__ + * `Berlin Group NextGenPSD2 `__ Bank-Proprietary APIs -- cgit v1.2.3