View Issue Details

IDProjectCategoryView StatusLast Update
0007296Talerspecificationpublic2024-01-12 14:03
Reportersebasjm Assigned ToChristian Grothoff  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionsuspended 
Product Version0.9 
Target Version0.9Fixed in Version0.9 
Summary0007296: human info of exchange
DescriptionPeople need to choose between exchanges because of fee or location.
I would like to show information that will make it easy to identify for humans when, for example, doing a withdrawal.
My proposal is:

interface ExchangeInfo {
  name: string;
  logo?: string;
  website?: string;
  email?: string;
  jurisdiction?: Location;
}

Similar of what we have for the merchant

https://docs.taler.net/core/api-merchant.html#tsref-type-Merchant

Maybe in the /keys endpoint?

TagsNo tags attached.

Activities

Christian Grothoff

2022-08-09 15:31

manager   ~0018999

This is highly problematic from a security perspective (even more so than in the case of the merchant), as we have no good way to validate this information. If, this should be obtained from the (extended validation) TLS certificate, which is difficult (see 0004629). So let's not do this now.

Issue History

Date Modified Username Field Change
2022-08-09 15:01 sebasjm New Issue
2022-08-09 15:01 sebasjm Status new => assigned
2022-08-09 15:01 sebasjm Assigned To => Christian Grothoff
2022-08-09 15:31 Christian Grothoff Note Added: 0018999
2022-08-09 15:32 Christian Grothoff Reproducibility always => N/A
2022-08-09 15:32 Christian Grothoff Status assigned => closed
2022-08-09 15:32 Christian Grothoff Resolution open => suspended
2022-08-09 15:32 Christian Grothoff Fixed in Version => 0.9.1
2022-08-09 15:32 Christian Grothoff Target Version git (master) => 0.9.1
2022-10-20 11:32 Christian Grothoff Product Version 0.9.1 => 0.9
2022-10-20 11:32 Christian Grothoff Fixed in Version 0.9.1 => 0.9
2022-10-20 11:32 Christian Grothoff Target Version 0.9.1 => 0.9
2024-01-12 14:03 Christian Grothoff Category exchange API (HTTP specification) => specification