View Issue Details

IDProjectCategoryView StatusLast Update
0011512Talerwallet (WebExtension)public2026-06-11 16:45
Reportersebasjm Assigned Tosebasjm  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Target Version1.6 
Summary0011512: bank account selection on manual withdrawal is wrong
Descriptiontry this operation taler://withdraw-exchange/exchange.stage.taler-ops.ch

right now stage exchange is configured with 2 accoutns

  "accounts": [
    {
      "payto_uri": "payto://iban/CH1130000001166556117?receiver-name=Taler+Operations+AG&receiver-postal-code=2502&receiver-town=Biel-Bienne",
      "prepared_transfer_url": "https://nexus.stage.taler-ops.ch/taler-prepared-transfer/",
      "priority": 0,
      "debit_restrictions": [
        {
          "type": "regex",
          "human_hint": "Swiss bank accounts only",
          "payto_regex": "payto://iban/CH.*",
          "human_hint_i18n": {}
        }
      ],
      "credit_restrictions": [
        {
          "type": "regex",
          "human_hint": "Swiss bank accounts only",
          "payto_regex": "payto://iban/CH.*",
          "human_hint_i18n": {}
        }
      ],
      "master_sig": "WEYWEHWHFGXREB95KWHFNFT94XWPGEQC85M2N3TAPS38W0ZGD0QJ0C844KDKZJ6AYV0W28Y8VMJ40MT3V815320CSJVJB0KY3E6CA3G"
    },
    {
      "payto_uri": "payto://iban/CH6808573105529100001?receiver-name=Taler+Operations+AG&receiver-postal-code=2502&receiver-town=Biel-Bienne",
      "priority": 0,
      "debit_restrictions": [
        {
          "type": "regex",
          "human_hint": "Swiss bank accounts only",
          "payto_regex": "payto://iban/CH.*",
          "human_hint_i18n": {}
        }
      ],
      "credit_restrictions": [
        {
          "type": "regex",
          "human_hint": "Swiss bank accounts only",
          "payto_regex": "payto://iban/CH.*",
          "human_hint_i18n": {}
        }
      ],
      "master_sig": "J2VC1YXHR34F5DNYE0RYX4K04PGF6K7BYQZ5RQ5SSTY2NESX11K2F8EMVJTWR84WNHQ0N11E9RTVHJKJFEH5CGWXVXEX8HP7VZHD63R"
    }
  ],


but it should not show bank accounts here and just show that information in the next step when the user receives instructions on how to make a wire transfer.
TagsNo tags attached.

Activities

sebasjm

2026-06-11 16:19

developer   ~0028860

image.png (38,968 bytes)   
image.png (38,968 bytes)   

sebasjm

2026-06-11 16:45

developer   ~0028861

This feature is related to currency conversion.
the UI here should show a currency selection and was not doing uniqueness filter

sebasjm

2026-06-11 16:45

developer   ~0028862

0757c9038..bf865595d

Issue History

Date Modified Username Field Change
2026-06-11 16:18 sebasjm New Issue
2026-06-11 16:18 sebasjm Status new => assigned
2026-06-11 16:18 sebasjm Assigned To => sebasjm
2026-06-11 16:19 sebasjm Note Added: 0028860
2026-06-11 16:19 sebasjm File Added: image.png
2026-06-11 16:45 sebasjm Note Added: 0028861
2026-06-11 16:45 sebasjm Status assigned => resolved
2026-06-11 16:45 sebasjm Resolution open => fixed
2026-06-11 16:45 sebasjm Note Added: 0028862