View Issue Details

IDProjectCategoryView StatusLast Update
0011123Talerspecificationpublic2026-02-19 22:17
Reportersebasjm Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0011123: merchant backend: more info in details incoming transfer
Descriptionthis endpoint https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-incoming-$ID has very little info

when implementing details UI (see 0011018 for screens) i also have to query https://docs.taler.net/core/api-merchant.html#get-[-instances-$INSTANCE]-private-incoming

* confirmed is used to mark the "confirm wire transfer" button as disabled
* expected_credit_amount, exchange_url, payto_uri,wtid is used to inform the wire transfer (maybe we can inform the wire transfer with the expected_Serial_id? )
* expected_credit_amount, execution_time, wtid is used on the table to display the info to the user
* expected_credit_amount is used to get the currency of the wire transfer

suggestion: that information in private-incoming-$ID endpoint so the SPA doesn't have to make a new query

(a hacky query because if the spa wants to get incoming with id X it has to query with offset=X-1 and limit=1)
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-02-19 22:17 sebasjm New Issue