commit a478f9c9ee271e2ee3a83734de67e84b1f1080a1
parent af664c6db0fe60d4250aedc4148376f60cde5ac7
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 2 Mar 2026 17:21:13 +0100
document new wire_transfer_gateway_url exchange option (v33, see DD80)
Diffstat:
3 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -42,6 +42,7 @@ The current protocol version is **v32**.
* ``v30``: various minor feature additions
* ``v31``: improvements for AML reporting
* ``v32``: support for extra_wire_subject_metadata
+* ``v33``: support for wire_transfer_gateway in ``/keys``
**Upcoming versions:**
diff --git a/core/exchange/get-keys.rst b/core/exchange/get-keys.rst
@@ -41,6 +41,12 @@
// @since protocol **v30**.
open_banking_gateway?: string;
+ // Wire transfer gateway base URL where wallets and merchants can
+ // request (short) wire transfer subjects to wire funds to this
+ // exchange without having to encode the full public key.
+ // @since protocol **v33**.
+ wire_transfer_gateway?: string;
+
// Instructs wallets to use certain bank-specific
// language (for buttons) and/or other UI/UX customization
// for compliance with the rules of that bank.
diff --git a/manpages/taler-exchange.conf.5.rst b/manpages/taler-exchange.conf.5.rst
@@ -141,6 +141,12 @@ OPEN_BANKING_GATEWAY_URL
from this exchange. Optional (as obviously not every
exchange will have an open banking gateway attached).
+WIRE_TRANSFER_GATEWAY_URL
+ Wire transfer gateway base URL where wallets and merchants can
+ request (short) wire transfer subjects to wire funds to this
+ exchange without having to encode the full public key.
+ See also design document 80.
+
AML_SPA_DIALECT
Determines the variant of the AML SPA that should be shown. This
will determine the set of forms shown to AML staff, statistics to