taler-docs

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

commit 2779038eecebf92e2663ff1bb50df6e370bdf745
parent 86be2dcc9e8e1a448ef9b7b87b4c75670a470d38
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 10 Sep 2024 16:03:22 +0200

expose per-exchange limits in contract terms

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -4829,6 +4829,12 @@ It has the following structure: // Master public key of the exchange. master_pub: EddsaPublicKey; + + // Maximum amount that the merchant could be paid + // using this exchange (due to legal limits). + // New in protocol **v17**. + // Optional, no limit if missing. + max_contribution?: Amount; } In addition to the fields described above,