taler-docs

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

commit 02d0673e3a668bb8a1decde9863bb51ea367add9
parent c430fd8df6e38c69906bcf8c4e484c61ea9b5f5a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 27 Nov 2020 21:32:09 -0500

remove spurious period

Diffstat:
Mlibeufin/nexus-tutorial.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst @@ -6,7 +6,7 @@ Nexus How-To Nexus is a Web service that provides a JSON abstraction layer to access bank accounts. It is **not** itself a bank, but a translator between JSON requests and more structured banking protocols (like -EBICS, for example.), that are offered by actual banks. +EBICS, for example), that are offered by actual banks. This document explains how to setup Nexus to access a bank account via the EBICS protocol. In order to follow all the steps below, the @@ -65,7 +65,7 @@ activated on the bank. In the Nexus terminology, this is called *(3) creating a EBICS connection*. .. note:: - + The command line interface needs the following three values to be defined into the environment: ``NEXUS_BASE_URL``, ``NEXUS_USERNAME``, and ``NEXUS_PASSWORD``. In this example, NEXUS_USERNAME should be @@ -205,7 +205,7 @@ identifies the prepared payment in the Nexus system. It'll be needed in the next step, to **send the payment instructions to the bank**: .. code-block:: shell - + libeufin-cli \ accounts \ submit-payment \