summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
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_>`_,