taler-docs

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

commit caef53eb260d07d09b18d5a2e43054ff302285d4
parent b4fd7989a0a1fd7ce8d74e7e533e0032afc4e94f
Author: Florian Dold <florian@dold.me>
Date:   Sun, 23 Feb 2025 00:16:49 +0100

exchange: allow AML officer to upload attributes

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

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -6162,6 +6162,13 @@ and freeze or unfreeze accounts suspected of money laundering. // When was the decision made? decision_time: Timestamp; + // KYC attributes uploaded by the AML officer + attributes?: Object; + + // Expiration timestamp of the attributes. + // Mandatory if attributes are present. + attributes_expiration?: Timestamp; + }