summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-24 13:59:13 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-24 13:59:13 +0200
commit98f90d33f2b7d9174714257d92905fa5153125bf (patch)
treed81eb6e112bb8dbc2d5e8765e48d4ccb45b1dc31 /core
parent7e59a22f266a829156e29aa9d8bb5acc2d6abc0d (diff)
downloaddocs-98f90d33f2b7d9174714257d92905fa5153125bf.tar.gz
docs-98f90d33f2b7d9174714257d92905fa5153125bf.tar.bz2
docs-98f90d33f2b7d9174714257d92905fa5153125bf.zip
fulfillment_url is optional here
Diffstat (limited to 'core')
-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 23f4cba3..47f94180 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1459,6 +1459,10 @@ Payment processing
// URI that the wallet must process to complete the payment.
taler_pay_uri: string;
+ // Status URL, can be used as a redirect target for the browser
+ // to show the order QR code / trigger the wallet.
+ fulfillment_url?: string;
+
// Alternative order ID which was paid for already in the same session.
// Only given if the same product was purchased before in the same session.
already_paid_order_id?: string;