View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009696 | Taler | wallet-core | public | 2025-04-03 20:53 | 2025-04-03 20:53 |
Reporter | sebasjm | Assigned To | Florian Dold | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Product Version | git (master) | ||||
Target Version | post-1.0 | ||||
Summary | 0009696: support for pending kyc on bank accounts | ||||
Description | interface WalletBankAccountInfo { bankAccountId: string; paytoUri: string; kycCompleted: boolean; currencies: string[] | undefined; label: string | undefined; } kycCompleted dont give useful information, instead it should be something like pendingKyc: {exchangeUrl:string, kycUrl:string}[] so the wallet user has some actionable information to complete the process. if this is empty then everything is cool, but if not then show some information "you need to complete this step before making an operation" Specially for: voluntary checks (without pending transaction) exchange with zero limit operation frozen accounts? maybe | ||||
Tags | No tags attached. | ||||