taler-docs

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

commit 00e333842ff139d6700a62ce304e753aa286d15f
parent 54a937157e82b165d81ddaf978aa4f3d9fec0db6
Author: Antoine A <>
Date:   Wed, 18 Feb 2026 20:40:00 +0100

wg: bump version

Diffstat:
Mcore/api-bank-wire.rst | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/core/api-bank-wire.rst b/core/api-bank-wire.rst @@ -29,7 +29,7 @@ LibEuFin. .. http:get:: /config Return the protocol version and configuration information about the bank. - This specification corresponds to ``current`` protocol being version **4**. + This specification corresponds to ``current`` protocol being version **5**. **Response:** @@ -102,7 +102,8 @@ Making Transactions exchange_base_url: string; // Optional additional metadata to be stored in the transaction. - // Must match [a-zA-Z0-9-.+:]{1, 40} + // Must match [a-zA-Z0-9-.:]{1, 40} + // @since **v5** metadata?: string; // Wire transfer identifier chosen by the exchange, @@ -268,6 +269,7 @@ Making Transactions exchange_base_url: string; // Optional additional metadata to be stored in the transaction. + // @since **v5** metadata?: string; // Wire transfer identifier chosen by the exchange, @@ -513,6 +515,7 @@ accounts are merged into a single history. exchange_base_url: string; // Optional additional metadata. + // @since **v5** metadata?: string; }