summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-01 13:08:41 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-01 13:08:41 +0100
commit15fb8c7d2c15c2cdafccf08db51ecad510147c21 (patch)
tree4c191523d957cb82ff5cfdab070d981a69809f12 /core
parentfeed2313862ff02224e8ee74c95bf4c561c3229b (diff)
downloaddocs-15fb8c7d2c15c2cdafccf08db51ecad510147c21.tar.gz
docs-15fb8c7d2c15c2cdafccf08db51ecad510147c21.tar.bz2
docs-15fb8c7d2c15c2cdafccf08db51ecad510147c21.zip
add next_url to GET tip response (#7655)
Diffstat (limited to 'core')
-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 93e414e7..680ac590 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -785,6 +785,9 @@ a website.
// wallet to determine denominations, fees, etc.
exchange_url: string;
+ // URL where to go after obtaining the tip.
+ next_url: string;
+
// (Remaining) amount of the tip (including fees).
tip_amount: Amount;