View Issue Details

IDProjectCategoryView StatusLast Update
0011481Talerwallet (WebExtension)public2026-06-05 16:38
ReporterFlorian Dold Assigned Tosebasjm  
PriorityhighSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Target Version1.6 
Summary0011481: WebExtension wallet should support prepared transfers for withdrawals and KYC auth via transferOptions
DescriptionThe exchange now supports wire transfers (for withdrawals and KYC auth) that include a shorter subject instead of the full reserve public key.

This short subject may need to be included in specific fields (such as the QR Reference for Switzerland) of the payment.

Wallet-core now supports generating appropriate QR codes for the new transfer options. They are exposed in the transaction details via:
* withdrawalDetails.transferOptions for withdrawals
* kycAuthTransferOptions for KYC auth transfers

Additional InformationExample:

            "transferOptions": [
              {
                "type": "payto",
                "paytoUri": "payto://iban/CH9709000000166556130?receiver-name=Taler%20Operations%20AG&receiver-postal-code=2502&receiver-town=Biel-Bienne&amount=CHF%3A15&message=Taler%20XVQVPA19XEAJ0GBKAQGW5J1H07B0QZ949ZKC1PWP7VCWP6T26A4G",
                "qrCodes": [
                  {
                    "type": "spc",
                    "qrContent": "SPC\n0200\n1\nCH9709000000166556130\nS\nTaler Operations AG\n\n\n2502\nBiel-Bienne\nCH\n\n\n\n\n\n\n\n15.00\nCHF\n\n\n\n\n\n\n\nNON\n\nTaler XVQVPA19XEAJ0GBKAQGW5J1H07B0QZ949ZKC1PWP7VCWP6T26A4G\nEPD"
                  }
                ]
              }
            ]
          }
        ],
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-06-05 16:38 Florian Dold New Issue
2026-06-05 16:38 Florian Dold Status new => assigned
2026-06-05 16:38 Florian Dold Assigned To => sebasjm
2026-06-05 16:38 Florian Dold Issue generated from: 0011480
2026-06-05 16:38 Florian Dold Issue cloned: 0011482