taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 40d8741a3106f0014069fe6b21e5ac8a7aeb048a
parent 416ae11832a95457a948cf91b5566d62af32e3e3
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 30 Jul 2025 12:57:35 +0200

spec for #10207

Diffstat:
Mcore/api-exchange.rst | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -91,6 +91,12 @@ possibly by using HTTPS. // @since protocol **v21**. shopping_url?: string; + // Open banking gateway base URL where wallets can + // initiate wire transfers to withdraw + // digital cash from this exchange. + // @since protocol **v30**. + open_banking_gateway?: string; + // How wallets should render this currency. currency_specification: CurrencySpecification; @@ -181,6 +187,12 @@ possibly by using HTTPS. // digital cash issued by this exchange. // @since protocol **v21**. shopping_url?: string; + + // Open banking gateway base URL where wallets can + // initiate wire transfers to withdraw + // digital cash from this exchange. + // @since protocol **v30**. + open_banking_gateway?: string; // Instructs wallets to use certain bank-specific // language (for buttons) and/or other UI/UX customization