commit 749c637d24e690cba64fa34c37cbfbcc3baec764
parent 56a3f9b3cc1c94bf0fb88cf6fc47f5c9d3fcb6c8
Author: Florian Dold <florian@dold.me>
Date: Fri, 28 Nov 2025 14:13:31 +0100
fix typo in docs
Diffstat:
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -4573,7 +4573,7 @@ Querying expected wire transfers
.. ts:def:: ExpectedTransferDetails
- interface TransferDetails {
+ interface ExpectedTransferDetails {
// How much should be wired to the merchant (minus fees).
expected_credit_amount?: Amount;
diff --git a/design-documents/074-merchant-backend-simplification.rst b/design-documents/074-merchant-backend-simplification.rst
@@ -237,6 +237,28 @@ If KYC is required for a bank account, we can both highlight the bank account
the KYC status of a bank account that requires action.
+Screens (in improved version):
+
+* overview screen with list of bank accounts
+
+ * Wire method (iban / x-taler-bank
+ * Account ("<iban> · <name>" / "<account name> · <host>")
+ * Host should not contain http(s)://
+ * Owner's name
+ * Readiness (show emoji, text on hover)
+
+ * ✅ Ok
+ * ⚠️ Action Required
+ * ❌ Not working
+ * "Wire transfers" button => takes use to wire transfers page, with account selected
+ * "Edit" button
+ * "Delete" button
+
+On click of a row with a bank account: Expand to show details
+
+Details:
+
+
Simplication of OTP devices
^^^^^^^^^^^^^^^^^^^^^^^^^^^