summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-30 23:14:36 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-30 23:14:42 +0200
commitc026dc3c439233d0ac037d5299f3d5496dd41fd6 (patch)
tree228373e0530f380e944ab498936305d88a790a9d /core/api-merchant.rst
parent775c0998d84b331b748218f17f59b1b109f94a19 (diff)
downloaddocs-c026dc3c439233d0ac037d5299f3d5496dd41fd6.tar.gz
docs-c026dc3c439233d0ac037d5299f3d5496dd41fd6.tar.bz2
docs-c026dc3c439233d0ac037d5299f3d5496dd41fd6.zip
document API changes as part of #7810
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 7033612f..65998b15 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2746,8 +2746,8 @@ funds to the exchange.
// Public key identifying the reserve.
reserve_pub: EddsaPublicKey;
- // Wire account of the exchange where to transfer the funds.
- payto_uri: string;
+ // Wire accounts of the exchange where to transfer the funds.
+ accounts: WireAccount[];
}
.. http:get:: [/instances/$INSTANCE]/private/reserves
@@ -2861,9 +2861,10 @@ Query funds remaining
// Is this reserve active (false if it was deleted but not purged)?
active: boolean;
- // URI to use to fill the reserve, can be NULL
+ // Array of wire accounts of the exchange that could
+ // be used to fill the reserve, can be NULL
// if the reserve is inactive or was already filled
- payto_uri: string;
+ accounts?: WireAccount[];
// URL of the exchange hosting the reserve,
// NULL if the reserve is inactive