taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 8b22295caa04e8126503ec74fa3564cf9ea13d89
parent d521aaacc36d9f2df11a9d5e88f653e467d1a9ee
Author: buckE <buckE@disroot.org>
Date:   Fri, 19 Jun 2020 07:17:50 +0000

Changed logfile name for sphinx errors

Merge branch 'master' of git+ssh://git.taler.net/docs

Diffstat:
Mlibeufin/api-nexus.rst | 6+++---
Mlibeufin/banking-protocols.rst | 11+++++++++++
2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -87,7 +87,7 @@ Bank Account Management holder: string; } -.. http:post:: {nexusBase}/bank-accounts/{acctid}/prepared-payments/{pmtid}/submit +.. http:post:: {nexusBase}/bank-accounts/{acctid}/payment-initiations/{pmtid}/submit Ask nexus to submit one prepare payment at the bank. @@ -95,7 +95,7 @@ Bank Account Management the bank connection could not be found in the system -.. http:get:: {nexus}/bank-accounts/{my-acct}/prepared-payments/{uuid} +.. http:get:: {nexus}/bank-accounts/{my-acct}/payment-initiations/{uuid} Ask the status of payment ``$uuid``. @@ -133,7 +133,7 @@ Bank Account Management preparationDate: string; } -.. http:post:: {nexusBase}/bank-accounts/{my-acct}/prepared-payments +.. http:post:: {nexusBase}/bank-accounts/{my-acct}/payment-initiations Ask nexus to prepare instructions for a new payment. Note that ``my-acct`` is the bank account that will be diff --git a/libeufin/banking-protocols.rst b/libeufin/banking-protocols.rst @@ -113,3 +113,14 @@ The `Open Bank Project <https://www.openbankproject.com/>`__ provides a free sof banking middleware that supports various APIs, including PSD2-compatible APIs (based on Berlin Group). API Docs: https://github.com/OpenBankProject/OBP-API/wiki/Open-Bank-Project-Architecture + + +UK Open Banking +=============== + +Open Banking is the (quite confusing!) name of a UK-based open banking initiative. + +What's nice about Open Banking is that their APIs are really close to ISO 20022, unlike many +similar HTTP+JSON APIs. + +https://openbanking.atlassian.net/wiki/spaces/DZ/pages/16385802/Specifications