View Issue Details

IDProjectCategoryView StatusLast Update
0011124Talerspecificationpublic2026-02-23 15:04
Reportersebasjm Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status feedbackResolutionopen 
Summary0011124: can't access wire transfer details after is confirmed
Descriptionbased on the spec

```
https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-incoming-$ID

Obtain details about an expected incoming wire transfers the backend is anticipating. ID must be the expected_transfer_serial_id from ExpectedTransferDetails
```

This sounds like for a table constructed used https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-transfers the field "transfer_serial_id" cant be used.

Confirmed wire transfer are still accessible via order details.
Tagsdiscussion-needed

Activities

Christian Grothoff

2026-02-20 19:46

manager   ~0027827

I'm not sure I understand the report.

sebasjm

2026-02-23 15:04

developer   ~0027866

The SPA shows incoming in the first table and after the merchant checked the bank account and confirm the transfer the row moves from the first table to the second table.
The second table is https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-transfers

Every row in the first table have the field `expected_transfer_serial_id` which can be used in https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-incoming-$ID (Based on the spec) but the second table has `transfer_serial_id`

In the way the spec is formulated, this section:
```
 Obtain details about an expected incoming wire transfers the backend is anticipating. ID must be the expected_transfer_serial_id from ExpectedTransferDetails
```
The SPA can't use `transfer_serial_id` and there is no way to get the same information from https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-incoming-$ID for wire transfer that are already confirmed.

Either the spec is confusing or we need some changes to be able to show wire transfer amount calculation and aggregated orders.
image.png (87,960 bytes)   
image.png (87,960 bytes)   

Issue History

Date Modified Username Field Change
2026-02-19 22:30 sebasjm New Issue
2026-02-20 19:46 Christian Grothoff Tag Attached: discussion-needed
2026-02-20 19:46 Christian Grothoff Note Added: 0027827
2026-02-20 19:46 Christian Grothoff Assigned To => sebasjm
2026-02-20 19:46 Christian Grothoff Status new => feedback
2026-02-23 15:04 sebasjm Note Added: 0027866
2026-02-23 15:04 sebasjm File Added: image.png
2026-02-23 15:04 sebasjm Assigned To sebasjm => Christian Grothoff