View Issue Details

IDProjectCategoryView StatusLast Update
0011178Talerdeployment and operationspublic2026-03-03 19:44
Reportervecirex Assigned ToFlorian Dold  
PrioritynormalSeveritytweakReproducibilityalways
Status confirmedResolutionopen 
Target Version1.8 
Summary0011178: TOPS/CHF exchange (stage): payto_uri must have ZIP code and location
DescriptionJust seen this while doing some testing with Christian on the new taler-merchant v1.14.11.

If the payto_uri comes w/o attributes for receiver-zip-code and receiver-town, there might be issues in case of real transfers as ZIP code and locations are effectively required now,
esp. public SPC QR code checkers show errors; this also makes mobile banking apps fail to invoke a transfer (or even open the app for that end).
Steps To ReproduceCheck https://exchange.stage.taler-ops.ch/keys:

 "accounts": [
    {
      "payto_uri": "payto://iban/CH6808573105529100001?receiver-name=Taler+Operations+AG",
      "priority": 0,
[...]

Test to use a QR code encoding this URL with, e.g., the following site: https://www.swiss-qr-invoice.org/

Working example is given by https://exchange.taler-ops.ch/keys (with other IBAN, however):

 "accounts": [
    {
      "payto_uri": "payto://iban/CH9709000000166556130?receiver-name=Taler+Operations+AG&receiver-postal-code=2502&receiver-town=Biel-Bienne",
      "priority": 0,
[... ]

Errors are shown, bc of missing ZIP / LOC.
TagsNo tags attached.

Activities

Christian Grothoff

2026-03-03 19:44

manager   ~0027968

Not super-urgent, as it ONLY impacts stage and QR code generation there.

Issue History

Date Modified Username Field Change
2026-03-03 18:29 vecirex New Issue
2026-03-03 18:29 vecirex Status new => assigned
2026-03-03 18:29 vecirex Assigned To => Florian Dold
2026-03-03 18:30 vecirex Description Updated
2026-03-03 19:44 Christian Grothoff Priority high => normal
2026-03-03 19:44 Christian Grothoff Severity major => tweak
2026-03-03 19:44 Christian Grothoff Status assigned => confirmed
2026-03-03 19:44 Christian Grothoff Target Version => 1.8
2026-03-03 19:44 Christian Grothoff Note Added: 0027968