View Issue Details

IDProjectCategoryView StatusLast Update
0011480Talerwallet (iOS App)public2026-06-17 15:08
ReporterFlorian Dold Assigned ToMarcS  
PriorityhighSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Target Version1.6Fixed in Version1.6 
Summary0011480: iOS 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

MarcS

2026-06-17 15:08

developer   ~0028929

check out Taler Nightly 1.6.2 (1.6.5): https://testflight.apple.com/join/fhYqgw85

Issue History

Date Modified Username Field Change
2026-06-05 16:37 Florian Dold New Issue
2026-06-05 16:37 Florian Dold Status new => assigned
2026-06-05 16:37 Florian Dold Assigned To => MarcS
2026-06-05 16:38 Florian Dold Issue cloned: 0011481
2026-06-17 15:08 MarcS Status assigned => resolved
2026-06-17 15:08 MarcS Resolution open => fixed
2026-06-17 15:08 MarcS Fixed in Version => 1.6
2026-06-17 15:08 MarcS Note Added: 0028929