taler-docs

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

commit e80df0caed7fe98be0888e7d94ae31559de79f84
parent 8222f61f523ddef2513293752cc343e219ea9205
Author: Antoine A <>
Date:   Wed, 22 Nov 2023 13:38:25 +0000

Add conversion info warning

Diffstat:
Mcore/api-bank-conversion-info.rst | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/core/api-bank-conversion-info.rst b/core/api-bank-conversion-info.rst @@ -63,9 +63,13 @@ is used by wallets for withdrawals that involve a currency conversion. // How the bank SPA should render this currency. fiat_currency_specification: CurrencySpecification; - // Extra conversion rate information. - // Only present if server opts in to report the static conversion rate. - conversion_info?: { + // Additional information on conversion rates. + // Those informations should never be used to perform conversions, + // use /cashin-rate or /cashout-rate instead. + // They are provided for information purposes only and may be changed + // at any time. Adding or deleting fields is not considered a breaking + // change and client should not break if this happens. + conversion_info: { // Exchange rate to buy regional currency from fiat cashin_ratio: DecimalNumber;