summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 3d20d838..8b1139eb 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2059,6 +2059,11 @@ Creating orders
otp_id?: string;
}
+ The `Order` object represents the starting point for new `ContractTerms`.
+ After validating and sanatizing all inputs, the merchant backend will add
+ additional information to the order and create a new `ContractTerms` object
+ that will be stored in the database.
+
.. ts:def:: Order
interface Order {