gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: add output of ‘libeufin-cli sandbox


From: gnunet
Subject: [taler-docs] branch master updated: add output of ‘libeufin-cli sandbox bankaccount transactions testacct01’ to code-block
Date: Wed, 26 Jan 2022 10:06:52 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 787b55a  add output of ‘libeufin-cli sandbox bankaccount transactions 
testacct01’ to code-block
787b55a is described below

commit 787b55a73ad4612aa07ac3b5947dd8236c1e55e7
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Jan 26 04:06:21 2022 -0500

    add output of ‘libeufin-cli sandbox bankaccount transactions testacct01’ to 
code-block
---
 libeufin/nexus-tutorial.rst | 48 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 201ba41..27cca59 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -256,6 +256,54 @@ Payments to a sandbox bank account can be listed as 
follows:
 .. code-block:: console
 
    $ libeufin-cli sandbox bankaccount transactions testacct01
+   {
+     "payments" : [ {
+       "accountLabel" : "testacct01",
+       "creditorIban" : "DE18500105172929531888",
+       "creditorBic" : "INGDDEFFXXX",
+       "creditorName" : "Creditor Name",
+       "debtorIban" : "DE64500105178797276788",
+       "debtorBic" : "DEUTDEBB101",
+       "debtorName" : "Max Mustermann",
+       "amount" : "5",
+       "currency" : "EUR",
+       "subject" : "sample transaction DILWBJHL",
+       "date" : "Wed, 26 Jan 2022 09:03:44 GMT",
+       "creditDebitIndicator" : "credit",
+       "accountServicerReference" : "DILWBJHL",
+       "paymentInformationId" : null
+     }, {
+       "accountLabel" : "testacct01",
+       "creditorIban" : "DE64500105178797276788",
+       "creditorBic" : "DEUTDEBB101",
+       "creditorName" : "Max Mustermann",
+       "debtorIban" : "DE18500105172929531888",
+       "debtorBic" : "INGDDEFFXXX",
+       "debtorName" : "Debitor Name",
+       "amount" : "12",
+       "currency" : "EUR",
+       "subject" : "sample transaction N7JSY17B",
+       "date" : "Wed, 26 Jan 2022 09:03:44 GMT",
+       "creditDebitIndicator" : "debit",
+       "accountServicerReference" : "N7JSY17B",
+       "paymentInformationId" : null
+     }, {
+       "accountLabel" : "testacct01",
+       "creditorIban" : "DE18500105172929531888",
+       "creditorBic" : "INGDDEFFXXX",
+       "creditorName" : "Creditor Name",
+       "debtorIban" : "DE06500105174526623718",
+       "debtorBic" : "INGDDEFFXXX",
+       "debtorName" : "Joe Foo",
+       "amount" : "10.50",
+       "currency" : "EUR",
+       "subject" : "Hello World",
+       "date" : "Wed, 26 Jan 2022 09:04:31 GMT",
+       "creditDebitIndicator" : "credit",
+       "accountServicerReference" : "sandbox-6UI2J3636J9EESXO",
+       "paymentInformationId" : null
+     } ]
+   }
 
 .. note::
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]