View Issue Details

IDProjectCategoryView StatusLast Update
0005374Talermechant backendpublic2024-01-12 14:04
ReporterFlorian Dold Assigned ToFlorian Dold  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Versiongit (master) 
Target Version0.6 
Summary0005374: implement fallback to taler-payent URI scheme for browsers that can't support Taler integration
DescriptionThe least common denominator of the web is URIs. If a browser doesn't support plugins, the only reasonable standard way to talk other applications is by invoking a URI.

The merchant backend should automatically provide a HTML body for pages with HTTP 402, where the headers are translated to a clickable link with the taler-payment scheme, like

taler-payment:trigger?contract_url=...&resource_url=...
TagsNo tags attached.

Activities

Florian Dold

2020-01-07 21:39

manager   ~0015243

This has already been realized through the taler:// URIs that are used now by the bank and merchants.

Issue History

Date Modified Username Field Change
2018-07-01 04:08 Florian Dold New Issue
2018-07-01 04:08 Florian Dold Status new => assigned
2018-07-01 04:08 Florian Dold Assigned To => Marcello Stanisci
2018-07-01 04:09 Florian Dold Assigned To Marcello Stanisci => Florian Dold
2018-11-18 00:44 Christian Grothoff Product Version => git (master)
2018-11-18 00:44 Christian Grothoff Target Version => 0.7.1
2020-01-07 21:39 Florian Dold Status assigned => resolved
2020-01-07 21:39 Florian Dold Resolution open => no change required
2020-01-07 21:39 Florian Dold Note Added: 0015243
2020-01-07 21:39 Florian Dold Target Version 0.7.1 => 0.6
2020-03-31 16:04 Christian Grothoff Status resolved => closed
2024-01-12 14:04 Christian Grothoff Category merchant backend API (C) => mechant backend