summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 35e3a1a9..4fc736a8 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -991,6 +991,11 @@ both by the user's browser and their wallet.
// Public key of the merchant/instance, in Crockford Base32 encoding.
merchant_pub: EddsaPublicKey;
+ // List of the payment targets supported by this instance. Clients can
+ // specify the desired payment target in /order requests. Note that
+ // front-ends do not have to support wallets selecting payment targets.
+ payment_targets: string[];
+
// Base URL of the exchange this instance uses for tipping.
// Optional, only present if the instance supports tipping.
tipping_exchange_baseurl?: string;