summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 958cd01d..ffaef0a2 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2084,6 +2084,9 @@ Creating orders
// See documentation of fulfillment_url in ContractTerms.
// Either fulfillment_url or fulfillment_message must be specified.
+ // When creating an order, the fulfillment URL can
+ // contain ``${ORDER_ID}`` which will be substituted with the
+ // order ID of the newly created order.
fulfillment_url?: string;
// See documentation of fulfillment_message in ContractTerms.