From 03bd30d8a6150b6326bef3c3118453c482e2b5b1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 8 Jan 2024 09:32:10 +0100 Subject: document #6467 --- core/api-merchant.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/api-merchant.rst') 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. -- cgit v1.2.3