taler-docs

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

commit e7cc33dde9bb803e56b2b8bfd27e56aaa4ce013d
parent 3f0549ac43ba43fc5d64c5a8e81f9b1a0fd5828b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 13 Jan 2023 10:51:38 +0100

Merge branch 'master' of git+ssh://git.taler.net/docs

Diffstat:
Mcore/api-bank-access.rst | 2+-
Mlibeufin/local-currencies-tutorial.rst | 10+++++-----
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -216,7 +216,7 @@ Transactions // $transaction_id from the URI. uid: string; direction: "DBIT" | "CRDT"; - date: string; // YYYY-MM-DD ending with 'Z' + date: string; // milliseconsd since the Unix epoch } diff --git a/libeufin/local-currencies-tutorial.rst b/libeufin/local-currencies-tutorial.rst @@ -68,8 +68,8 @@ following command. circuit-register \ --name "Circuit Shop" \ --username circuit-shop \ - --cashout-address payto://iban/FIATIBAN \ - --internal-iban LOCALIBAN + --cashout-address payto://iban/CH463312 \ + --internal-iban INT940993 If the previous step succeeded, the merchant should have access to their bank account with the *circuit-shop* username @@ -96,8 +96,8 @@ The expected response looks like the following one: "amount" : "NB:0", "credit_debit_indicator" : "credit" }, - "paytoUri" : "payto://iban/SANDBOXX/LOCALIBAN?receiver-name=Circuit+Shop", - "iban" : "LOCALIBAN" + "paytoUri" : "payto://iban/SANDBOXX/INT940993?receiver-name=Circuit+Shop", + "iban" : "INT940993" } In the following example, the merchant creates a cash-out operation, @@ -215,7 +215,7 @@ command awards 1 NB to the merchant. libeufin-cli \ sandbox demobank new-transaction \ --bank-account admin \ - --payto-with-subject "payto://iban/SANDBOXX/LOCALIBAN?message=bring-to-zero" \ + --payto-with-subject "payto://iban/SANDBOXX/INT940993?message=bring-to-zero" \ --amount NB:1 Check if the balance returned to zero with `this command <check-balance_>`_,