taler-docs

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

commit 959e92eecd11890d038a563cc7b38f1660ae6894
parent ab7bd12408d2a5c15b2377c1fe819e28996abe7e
Author: MS <ms@taler.net>
Date:   Wed, 12 Jul 2023 14:47:34 +0200

EBICS 3 tutorial: adding screenshots.

Diffstat:
Mlibeufin/ebics3-test-tutorial.rst | 18++++++++++--------
Alibeufin/enable-EBICS.png | 0
Alibeufin/no-accounts.png | 0
Alibeufin/set-IBAN.png | 0
4 files changed, 10 insertions(+), 8 deletions(-)

diff --git 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 Binary files differ. diff --git a/libeufin/no-accounts.png b/libeufin/no-accounts.png Binary files differ. diff --git a/libeufin/set-IBAN.png b/libeufin/set-IBAN.png Binary files differ.