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.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 01a431bc..b72a260e 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -811,6 +811,17 @@ Payment processing
// order ID of the transaction related to this entry.
order_id: string;
+ // row ID of the order in the database
+ row_id: number;
+
+ // when the order was created
+ timestamp: Timestamp;
+
+ // the amount of money the order is for
+ amount: Amount;
+
+ // the summary of the order
+ summary: string;
}