View Issue Details

IDProjectCategoryView StatusLast Update
0009696Talerwallet-corepublic2025-04-03 20:53
Reportersebasjm Assigned ToFlorian Dold  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status assignedResolutionopen 
Product Versiongit (master) 
Target Versionpost-1.0 
Summary0009696: support for pending kyc on bank accounts
Descriptioninterface 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

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-04-03 20:53 sebasjm New Issue
2025-04-03 20:53 sebasjm Status new => assigned
2025-04-03 20:53 sebasjm Assigned To => Florian Dold