aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-07-12 14:47:34 +0200
committerMS <ms@taler.net>2023-07-12 14:47:34 +0200
commit959e92eecd11890d038a563cc7b38f1660ae6894 (patch)
tree52eed9a1cfb4a6ff96fd49a206037f836b2a0d8b
parentab7bd12408d2a5c15b2377c1fe819e28996abe7e (diff)
downloaddocs-959e92eecd11890d038a563cc7b38f1660ae6894.tar.gz
docs-959e92eecd11890d038a563cc7b38f1660ae6894.tar.bz2
docs-959e92eecd11890d038a563cc7b38f1660ae6894.zip
EBICS 3 tutorial: adding screenshots.
-rw-r--r--libeufin/ebics3-test-tutorial.rst18
-rw-r--r--libeufin/enable-EBICS.pngbin0 -> 113808 bytes
-rw-r--r--libeufin/no-accounts.pngbin0 -> 122549 bytes
-rw-r--r--libeufin/set-IBAN.pngbin0 -> 98929 bytes
4 files changed, 10 insertions, 8 deletions
diff --git a/libeufin/ebics3-test-tutorial.rst b/libeufin/ebics3-test-tutorial.rst
index 3dc1fe7c..8c1a1741 100644
--- a/libeufin/ebics3-test-tutorial.rst
+++ b/libeufin/ebics3-test-tutorial.rst
@@ -2,22 +2,24 @@ EBICS 3.0 with PostFinance
##########################
This tutorial shows how LibEuFin and the PostFinance test platform
-communicate via EBICS 3. The EBICS communication is carried via a
-Docker image that guides the user through the main three EBICS operations.
+communicate via EBICS 3. LibEuFin acts as the client via the `Nexus`
+component. To hide the configuration details to the user, all the
+client activity is handled by a Docker image.
-The main EBICS 3 operations are the following:
+The main EBICS 3 operations that the client is expected to complete
+are the following:
-* Key exchange: Nexus uploads the customer keys to the bank, and then downloads the bank keys.
-* Uploading of a payment instruction: the customer sends a payment to another fictional IBAN.
-* Downloading of banking records: the customer gets their banking activity where the previous outgoing payment should appear.
+* Key exchange: the customer sends their keys to the bank, and then downloads the bank keys.
+* Uploading a payment instruction: the customer sends a payment to another fictional IBAN.
+* Downloading banking records: the customer downloads the banking records that confirm the previous outgoing payment.
Setting up the test platform at PostFinance
-------------------------------------------
Because the test is based on the PostFinance test platform, the first
requirement is to create one account `there <https://isotest.postfinance.ch>`_.
-It's adivsed to set the language as English, as the following screenshots
-address the international audience.
+It's adivsed to set the language as English, as this tutorial is meant
+for the international audience.
Set the language in the dropdown menu and navigate to the registration
section as it's shown below:
diff --git a/libeufin/enable-EBICS.png b/libeufin/enable-EBICS.png
new file mode 100644
index 00000000..db2f3f03
--- /dev/null
+++ b/libeufin/enable-EBICS.png
Binary files differ
diff --git a/libeufin/no-accounts.png b/libeufin/no-accounts.png
new file mode 100644
index 00000000..a180f7a1
--- /dev/null
+++ b/libeufin/no-accounts.png
Binary files differ
diff --git a/libeufin/set-IBAN.png b/libeufin/set-IBAN.png
new file mode 100644
index 00000000..277019e5
--- /dev/null
+++ b/libeufin/set-IBAN.png
Binary files differ