taler-docs

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

commit 92bc443472599b185b775606ab28024f8a8538dc
parent 8cfc3f75c0a6de4bfdee3a1237cf90c615778b12
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 23 Apr 2024 15:34:27 +0200

-formatting

Diffstat:
Mdesign-documents/023-taler-kyc.rst | 58+++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/design-documents/023-taler-kyc.rst b/design-documents/023-taler-kyc.rst @@ -1312,35 +1312,35 @@ specifies a ``$PROVIDER_SECTION`` for each authentication procedure. For each determines the redirect URL for a given wire target. See below for a description of the high-level process for different providers. - .. code-block:: ini - - [kyc-provider-$PROVIDER_ID] - - # Which plugin is responsible for this provider? - LOGIC = PLUGIN_NAME - - # Optional cost, useful if clients want to voluntarily - # trigger authentication procedures for attestation. - # Since **vATTEST**. - COST = EUR:5 - - # Plus additional logic-specific options, e.g.: - AUTHORIZATION_TOKEN = superdupersecret - - # Other logic-specific internal options (example): - FORM_ID = business_legi_form - - # Name of a program to run on the output of the plugin - # to convert the result into the desired set of attributes. - # The converter must create a log for the system administrator - # if the provided inputs do not match expectations. - # Note that the converter will be expected to output the - # set of attributes listed under the respective ``[kyc-check-*]`` - # sections. Calling the converter with ``--list-outputs`` - # should generate a (newline-separated) list of attributes - # the converter promises to generate in its JSON output - # (when run regularly). - CONVERTER = taler-exchange-helper-$NAME +.. code-block:: ini + + [kyc-provider-$PROVIDER_ID] + + # Which plugin is responsible for this provider? + LOGIC = PLUGIN_NAME + + # Optional cost, useful if clients want to voluntarily + # trigger authentication procedures for attestation. + # Since **vATTEST**. + COST = EUR:5 + + # Plus additional logic-specific options, e.g.: + AUTHORIZATION_TOKEN = superdupersecret + + # Other logic-specific internal options (example): + FORM_ID = business_legi_form + + # Name of a program to run on the output of the plugin + # to convert the result into the desired set of attributes. + # The converter must create a log for the system administrator + # if the provided inputs do not match expectations. + # Note that the converter will be expected to output the + # set of attributes listed under the respective ``[kyc-check-*]`` + # sections. Calling the converter with ``--list-outputs`` + # should generate a (newline-separated) list of attributes + # the converter promises to generate in its JSON output + # (when run regularly). + CONVERTER = taler-exchange-helper-$NAME Configuration of possible KYC/AML checks