summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index f4aa7f0d..90351cab 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1841,6 +1841,15 @@ Inspecting orders
// URI that the wallet must process to complete the payment.
taler_pay_uri: string;
+ // when was the order created
+ creation_time: Timestamp;
+
+ // Order summary text.
+ summary: string;
+
+ // Total amount of the order (to be paid by the customer).
+ total_amount: Amount;
+
// Alternative order ID which was paid for already in the same session.
// Only given if the same product was purchased before in the same session.
already_paid_order_id?: string;