summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-01 11:17:22 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-01 11:17:22 +0200
commitae616b4113bdb07c9b67dca00e38d148ddc90474 (patch)
treeb6397593a2bb6b9a700ebadbcc9125414536866d /core/api-merchant.rst
parent44cbd516885ce9e80f70945c8670067452788114 (diff)
downloaddocs-ae616b4113bdb07c9b67dca00e38d148ddc90474.tar.gz
docs-ae616b4113bdb07c9b67dca00e38d148ddc90474.tar.bz2
docs-ae616b4113bdb07c9b67dca00e38d148ddc90474.zip
update spec for #6822
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;