summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst5
-rw-r--r--libeufin/nexus-manual.rst5
-rw-r--r--libeufin/regional-manual.rst2
3 files changed, 7 insertions, 5 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 3bce5414..b2de8854 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2692,6 +2692,8 @@ once we got a reply from the exchange.
The transfer cannot be deleted anymore.
+.. _api-rewards:
+
-----------------------
Backend: Giving rewards
-----------------------
@@ -2716,7 +2718,6 @@ reserve. The backend will return a reserve public key which must be used as
the wire transfer subject when wiring the reward campaign funds to the
exchange.
-.. _rewards:
.. http:post:: [/instances/$INSTANCE]/private/reserves
Create a reserve for rewards.
@@ -3149,7 +3150,7 @@ to validate that a customer made a payment.
// "TOTP_WITHOUT_PRICE" or 1: Without amounts (typical OTP device)
// "TOTP_WITH_PRICE" or 2: With amounts (special-purpose OTP device)
// The "String" variants are supported @since protocol v7.
- otp_algorithm: Integer | String;
+ otp_algorithm: Integer | string;
// Counter for counter-based OTP devices.
otp_ctr?: Integer;
diff --git a/libeufin/nexus-manual.rst b/libeufin/nexus-manual.rst
index 9ca783e8..80a61b93 100644
--- a/libeufin/nexus-manual.rst
+++ b/libeufin/nexus-manual.rst
@@ -24,8 +24,6 @@
Nexus Manual
############
-.. contents:: Table of Contents
-
LibEuFin Nexus is an EBICS facilitator. It offers a command line interface to
setup EBICS access, download banking records, and submit payments. Today, the
LibEuFin implementation supports EBICS 2.5 and 3.0 and has been tested with
@@ -39,6 +37,9 @@ banks.
In this manual, we explain how to setup an EBICS subscriber. We assume that
the bank has already granted EBICS access to the subscriber.
+.. contents:: Table of Contents
+
+
Installing Nexus
================
diff --git a/libeufin/regional-manual.rst b/libeufin/regional-manual.rst
index 6d940849..5ad8b10b 100644
--- a/libeufin/regional-manual.rst
+++ b/libeufin/regional-manual.rst
@@ -181,7 +181,7 @@ Prerequisites
This step assumes that you already have a working regional currency bank
and have successfully connected to a backing fiat bank account.
-Follow the instructions from :ref:`EBICS setup <regional-ebics-setup>`.
+Follow the instructions from :ref:`EBICS setup <ebics-setup>`.
Configuration
+++++++++++++