View Issue Details

IDProjectCategoryView StatusLast Update
0010713Talerspecificationpublic2026-08-12 21:50
Reportersebasjm Assigned ToChristian Grothoff  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status assignedResolutionopen 
Product Version1.0 
Target Version1.8 
Summary0010713: inform the bank account used by the exchange
Descriptionwhen the wire transfer is manually confirmed it would be nice to show the exchange bank account number that is source of the wire transfer to the merchant

not required, since the all the information is enough to identify it but some banks allows you to filter tx by account and it will make easier to find.

I'm adding a screenshot of the dialog to confirm the wire transfer (this is draft version)
TagsNo tags attached.
Attached Files
image.png (38,476 bytes)   
image.png (38,476 bytes)   

Activities

Christian Grothoff

2026-08-12 21:50

manager   ~0029466

Plan:
- wire_out table needs to be expanded with exchange_payto_uri (in addition to exchange_account_section),
  can be NULL for legacy rows
- insert_wire_out needs to be expanded to set new exchange_payto_uri ; also modify all programs that use the function
  to pass the exchange's URI
- iterate_wire_transfers needs to select the new row (see comment)
- get-transfers-WTID needs to return the new row to merchant
- libtalerexchange must be expanded to parse new row (NULLable, as exchange won't always have it!)
- merchant needs to be modified to persist the new row (DB schema change there as well, again NULLable)
- merchant needs to return the new row to the application (again NULLable)

Issue History

Date Modified Username Field Change
2025-12-03 16:31 sebasjm New Issue
2025-12-03 16:31 sebasjm File Added: image.png
2025-12-04 09:35 Christian Grothoff Severity minor => feature
2025-12-04 09:35 Christian Grothoff Status new => confirmed
2025-12-04 09:35 Christian Grothoff Product Version => 1.0
2025-12-04 09:35 Christian Grothoff Target Version => 1.5
2025-12-07 10:47 Christian Grothoff Target Version 1.5 => 1.8
2026-08-07 22:53 Christian Grothoff Assigned To => Christian Grothoff
2026-08-07 22:53 Christian Grothoff Status confirmed => assigned
2026-08-07 22:53 Christian Grothoff Category merchant backend => specification
2026-08-07 22:54 Christian Grothoff Status assigned => confirmed
2026-08-12 13:43 Christian Grothoff Status confirmed => assigned
2026-08-12 21:50 Christian Grothoff Note Added: 0029466