summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-24 21:01:26 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-24 21:01:26 -0400
commitb2deb4dcc3b09d40479573bde10e32e05971016b (patch)
treec686a73bbfa384dad8e77dcae6ee9cf972ddb9f0 /core
parent471480dba599ad490812075427f9d2813d5d5e74 (diff)
downloaddocs-b2deb4dcc3b09d40479573bde10e32e05971016b.tar.gz
docs-b2deb4dcc3b09d40479573bde10e32e05971016b.tar.bz2
docs-b2deb4dcc3b09d40479573bde10e32e05971016b.zip
expand information returned in merchant GET /private/orders
Diffstat (limited to 'core')
-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;
}