taler-docs

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

commit c0e48d1bcb2ca405b03e31461dd5978bfb43887c
parent 294a089868f470ae8b03d1d3c577fd4878470d50
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 14 Dec 2025 15:02:17 +0100

FORM_ID, not form_id, re-use data type

Diffstat:
Mcore/api-exchange.rst | 20++++----------------
1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -3677,7 +3677,7 @@ The GET request should come with the following HTTP headers: .. ts:def:: CoinRecoupWithdrawTransaction // This represents a transaction of a call to /recoup-withdraw - // where the coin's residual value has been credited to the + // where the coin's residual value has been credited to the // original reserve, from which this coin was withdrawn. interface CoinRecoupWithdrawTransaction { type: "RECOUP-WITHDRAW"; @@ -3739,7 +3739,7 @@ The GET request should come with the following HTTP headers: .. ts:def:: CoinRecoupRefreshTransaction // This represents a transaction of a call to /recoup-refresh - // where this coin was _part_ of the batch of coins whose + // where this coin was _part_ of the batch of coins whose // residual values were credited to the original coin, from // which also this coin was refresh from. interface CoinRecoupRefreshTransaction { @@ -5288,8 +5288,8 @@ regulatory compliance. JSON body with data depending on the form being submitted. Details will thus completely depend on the form, but it - should include a form ID and be generally of type - `ExchangeKycUploadFormRequest`. + MUST include a form ID and be generally of type + `CustomerKycAttributes`. **Response:** @@ -5303,18 +5303,6 @@ regulatory compliance. :http:statuscode:`413 Request Entity Too Large`: The body is too large. - **Details:** - - .. ts:def:: ExchangeKycUploadFormRequest - - interface ExchangeKycUploadFormRequest { - - // Which form is being submitted. Further details depend on the form. - // @since protocol **v26**. - form_id: string; - } - - .. http:post:: /kyc-start/$ID The ``/kyc-start/$ID`` POST endpoint allows the SPA to set up a new external