commit e625be2cdd95829e59fed178b7915cbd718fa40a
parent d898115e96c8fb6bdcf5709e82712d4809059390
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 3 Jul 2025 13:52:23 +0200
expose full_payto to AML officer (for #10147)
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -5508,6 +5508,10 @@ and freeze or unfreeze accounts suspected of money laundering.
// Identifies a GNU Taler wallet or an affected bank account.
h_payto: NormalizedPaytoHash;
+ // Full payto URL of the account that the decision is
+ // about. Since protocol **v30** (rev 1).
+ full_payto: string;
+
// True if the underlying payto://-URI is for a wallet
// Since protocol **v25**.
is_wallet: boolean;