commit d492f33650ca4d21c5baed97b3625f8b7740d8a0 parent 1f5fedd41375ce6fa4507ad03aeef487577a7124 Author: Florian Dold <florian@dold.me> Date: Mon, 2 Jun 2025 16:42:01 +0200 kyc auth Diffstat:
| M | deployments/tops-stage-devtesting.rst | | | 16 | ++++++++++++++-- |
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/deployments/tops-stage-devtesting.rst b/deployments/tops-stage-devtesting.rst @@ -46,6 +46,7 @@ Deposits: Deposit with KYC Auth ------------------------------- 1. Do a basic withdrawal. + 2. Generate an IBAN via: .. code:: none @@ -53,6 +54,17 @@ Deposits: Deposit with KYC Auth ssh -T devtesting@rusty.taler-ops.ch geniban 3. Initiate a deposit in the wallet UI to the randomly generated IBAN. -4. The deposit transaction should now ask for KYC information. Fill out the corresponding form(s). -5. The deposit transaction should finish. + +4. The deposit transaction should now ask for a KYC auth transfer. Satisfy the auth transfer by running: + + .. code:: none + + ssh -T devtesting@rusty.taler-ops.ch "fake-incoming --amount $AMOUNT --subject '$SUBJECT' --debitor-payto '$DEBITOR_PAYTO'" + + with the information shown in the wallet UI, where the ``$DEBITOR_PAYTO`` must contain the IBAN generated in step (2). + + +5. The deposit transaction should now ask for KYC information. Fill out the corresponding form(s). + +6. The deposit transaction should finish.