taler-docs

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

commit 9ab882ea66978ebf5dce47fbf0403ca55027df55
parent f1fa1193a0e146e7e2627490c82ca3c76733b682
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  8 Oct 2024 20:09:07 +0200

expose context for FORMs

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

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -4977,6 +4977,10 @@ regulatory compliance. // by the SPA. form: string; + // Object with arbitrary additional context, completely depends on + // the specific form. + context?: Object; + // English description of the requirement. description: string; @@ -4993,24 +4997,6 @@ regulatory compliance. } - .. ts:def:: KycCheckPublicInformation - - // Since **vATTEST**. - interface KycCheckPublicInformation { - - // English description of the check. - description: string; - - // Map from IETF BCP 47 language tags to localized - // description texts. - description_i18n ?: { [lang_tag: string]: string }; - - // FIXME: is the above in any way sufficient - // to begin the check? Do we not need at least - // something more??!? - } - - .. http:post:: /kyc-upload/$ID The ``/kyc-upload/$ID`` POST endpoint allows the SPA to upload