commit e059026a7a2df15ba5367233af957e13aa6200eb
parent 6aad5afe69b8b412758dcedf064786d577c6d07d
Author: Pius Loosli <loosp2@bfh.ch>
Date: Mon, 9 Oct 2023 14:14:18 +0200
Donau: Minor corrections
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/core/api-donau.rst b/core/api-donau.rst
@@ -33,8 +33,8 @@ This is intended to provide a quick overview of the whole REST API. For a more d
The chapters group the families of requests frequently encountered when using the donau API:
-* :ref:`Status information<donau_status>`: get the public keys of the donau, the donaus config or some entropy
-* :ref:`Attest/confirm receipts<donau_attest>`: Sign all the donation units inside a donation receipt signed by a recognized charity public key.
+* :ref:`Status information<donau_status>`: get the public signing keys of the donau, the denomination unit key, the donaus config or some entropy
+* :ref:`Issue receipts<donau_attest>`: For use by charities: Issue receipts for blinded unique donor ids.
* :ref:`Submit receipts<donau_submit>`: Receive the receipts and, if valid, add all of it's donation units to the donor total. Returns a signature on the total yearly donation amount, hash of taxid+salt and year.
* :ref:`Charity administration and status information<donau_charity>`:
@@ -318,6 +318,8 @@ All incoming `BDID` are recorded under the corresponding charity_id by the donau
cs_blinded_c1: string; // Crockford Base32 encoded
}
+.. _donau_submit:
+
-----------------------------
Submit receipts (ex Deposit)
-----------------------------