taler-docs

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

commit aecb7e1d149677944e21e32664fa894ea56d929e
parent 3273debb32a00825e7c77b8468d09d070ff8f9cd
Author: Florian Dold <florian@dold.me>
Date:   Wed,  5 Apr 2023 11:48:24 +0200

DD37: deposit can require KYC

Diffstat:
Mdesign-documents/037-wallet-transactions-lifecycle.rst | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/design-documents/037-wallet-transactions-lifecycle.rst b/design-documents/037-wallet-transactions-lifecycle.rst @@ -384,8 +384,13 @@ increased from Y to Z. [Abort] [Continue] + checkbox: [X] Do not ask again." The wallet deposits coins with the exchange. * ``[processed-success] => pending(track)`` + * ``[processed-kyc-required] => pending(kyc-required)`` * ``[action:abort] => aborting(refund)`` +* ``pending(kyc-required)`` + + * ``[poll-success] => pending(initial)`` + * ``pending(track)`` * ``[poll-success] => done``