summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-08 09:32:10 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-08 09:32:10 +0100
commit03bd30d8a6150b6326bef3c3118453c482e2b5b1 (patch)
tree27bc2ed2ca507e1878dcf521f5d5cd9f7ad4ea92 /core/api-merchant.rst
parent4ef1a220f3e2b5caddffa648b3569bd18e5e4ecb (diff)
downloaddocs-03bd30d8a6150b6326bef3c3118453c482e2b5b1.tar.gz
docs-03bd30d8a6150b6326bef3c3118453c482e2b5b1.tar.bz2
docs-03bd30d8a6150b6326bef3c3118453c482e2b5b1.zip
document #6467
Diffstat (limited to 'core/api-merchant.rst')
-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.