summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index b73107a2..5df7e2c7 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1315,6 +1315,10 @@ Payment processing
// Only given if the same product was purchased before in the same session.
already_paid_order_id?: string;
+ // Fulfillment URL of an already paid order. Only given if under this
+ // session an already paid order with a fulfillment URL exists.
+ already_paid_fulfillment_url?: string;
+
// Status URL, can be used as a redirect target for the browser
// to show the order QR code / trigger the wallet.
order_status_url: string;