commit 1f63718499ff7ca1acc860e01d4652f36b2eead5 parent 775e8ff5f8c1f3e40954d52887c62ed0a27b17b7 Author: Florian Dold <florian@dold.me> Date: Wed, 29 Jul 2026 16:02:07 +0200 first step for merchant testing Diffstat:
| M | deployments/index.rst | | | 1 | + |
| A | deployments/mytops-merchant-devtesting.rst | | | 19 | +++++++++++++++++++ |
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/deployments/index.rst b/deployments/index.rst @@ -9,6 +9,7 @@ documentation about our deployments. :glob: tops-stage-devtesting.rst + mytops-merchant-devtesting.rst tops.rst tops-troubleshooting.rst sandcastle-demo.rst diff --git a/deployments/mytops-merchant-devtesting.rst b/deployments/mytops-merchant-devtesting.rst @@ -0,0 +1,19 @@ +Testing in the mytops staging environment +========================================= + +This page contains instructions on how to test the staging environment of the +my.taler-ops.ch Taler Merchant backend deployment. + +Onboarding +========== + +Go to https://stage.my.taler-ops.ch/webui/ and click "Create new account" to +start the onboarding process. + +When asked for phone number or email address, you can use the following special addresses: + +* ``test-NN@taler.net`` where ``N`` is a digit +* ``+417000000NN`` where ``N`` is a digit + +Using these special email addresses and phone numbers will not actually send a message, but make the 2FA +message available under ``https://stage.my.taler-ops.ch/mock-2fa/$ADDRESS``.