summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-01-12 21:04:46 +0100
committerMS <ms@taler.net>2023-01-12 21:04:46 +0100
commitd6557a169f62f2fe7c93b59d3aa7c35ff7f89ecc (patch)
treed788491ea3fe0f73b681cc3478127871c673e305 /libeufin
parentad9ca7dd518aea0652545c4110ddb8d77160ab66 (diff)
downloaddocs-d6557a169f62f2fe7c93b59d3aa7c35ff7f89ecc.tar.gz
docs-d6557a169f62f2fe7c93b59d3aa7c35ff7f89ecc.tar.bz2
docs-d6557a169f62f2fe7c93b59d3aa7c35ff7f89ecc.zip
libeufin tutorial: using more realistic IBANs
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/local-currencies-tutorial.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/libeufin/local-currencies-tutorial.rst b/libeufin/local-currencies-tutorial.rst
index e3ff3f06..743c91d6 100644
--- 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_>`_,