summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libeufin/api-nexus.rst6
-rw-r--r--libeufin/banking-protocols.rst11
2 files changed, 14 insertions, 3 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 3d5781bf..5eb8044b 100644
--- 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
index f2dee9e4..6c3fd037 100644
--- 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