commit 57498890bbc3635fb07b07a3a679e904925f745d parent 5fc064f9914d125f47bed676395ac7cbf35961fa Author: Florian Dold <florian@dold.me> Date: Tue, 21 Jan 2025 13:07:22 +0100 spec new_measures in outcome Diffstat:
| M | core/api-exchange.rst | | | 4 | +--- |
| M | taler-kyc-manual.rst | | | 10 | ++++++++++ |
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -6063,9 +6063,7 @@ and freeze or unfreeze accounts suspected of money laundering. // Should typically be used to give the user some // information or request additional information. // - // If multiple measures with a SKIP check are - // specified, only the first measure's program will - // run immediately. + // At most one measure with a SKIP check may be specified. // // @since protocol **v21**. new_measures?: string; diff --git a/taler-kyc-manual.rst b/taler-kyc-manual.rst @@ -833,6 +833,16 @@ administrator. // (for statistics). events?: string[]; + // Space-separated list of measures to trigger + // immediately on the account. + // Prefixed with a "+" to indicate that the + // measures should be ANDed. + // Should typically be used to give the user some + // information or request additional information. + // + // At most one measure with a SKIP check may be specified. + new_measures?: string; + // KYC rules to apply. Note that this // overrides *all* of the default rules // until the ``expiration_time`` and specifies