View Issue Details

IDProjectCategoryView StatusLast Update
0010615Talermerchant backendpublic2025-11-15 00:51
Reporterhtgoebel Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status newResolutionopen 
Summary0010615: Add more data to MerchantOrderStatusResponse
DescriptionBased on the documentation as of today:
The MerchantOrderStatusResponse is missing relevant data and is missing data available in OrderHistoryEntry.
Of course, including data about payment in UnpaidResponse or about refunds in the ClaimedResponse does not make much sense. Anyhow, some data is only available in the UnpaidResponse later. Thus is one does not collect data while the payment is "unpaid", one will not be able to retrieve it as soon as some wallet claimed or paid.

Also some data is only available in the non-public URL and some data is not available at all.

This information might be relevant, since e.g. a ERP system might not set deadlines but might rely on the deadlines calculated by the backend - and act based on these.
Additional InformationExpected: All MerchantOrderStatusResponse include
- the data from the non-public response
- pay_deadline, refund_deadline, wire_deadline
- timestamp/creation_time:
- summary
- order_id
- total_amount
- (already_paid_order_id, already_paid_fulfillment_url)

(You might have a better idea of this.)
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-11-14 22:50 htgoebel New Issue
2025-11-15 00:51 Christian Grothoff Severity minor => feature