summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-05-20 12:07:54 -0300
committerSebastian <sebasjm@gmail.com>2022-05-20 12:07:54 -0300
commit92cc88d484b6f3615dcc074abd0c0eef7c4ac944 (patch)
tree673de173f349264e899c31ac3108a068eee74ce5
parentfdf2a4fe32c9b3380bad55c210c61c95fed18a6c (diff)
downloaddocs-92cc88d484b6f3615dcc074abd0c0eef7c4ac944.tar.gz
docs-92cc88d484b6f3615dcc074abd0c0eef7c4ac944.tar.bz2
docs-92cc88d484b6f3615dcc074abd0c0eef7c4ac944.zip
documentation for merchant site, email and logo
-rw-r--r--core/api-merchant.rst42
1 files changed, 42 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 801da3d9..d8611c2f 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -897,6 +897,15 @@ Setting up instances
// Merchant name corresponding to this instance.
name: string;
+ // Merchant email for customer contact.
+ email?: string;
+
+ // Merchant public website.
+ website?: string;
+
+ // Merchant logo.
+ logo?: ImageDataUrl;
+
// Authentication settings for this instance
auth: InstanceAuthConfigurationMessage;
@@ -1001,6 +1010,15 @@ Setting up instances
// Merchant name corresponding to this instance.
name: string;
+ // Merchant email for customer contact.
+ email?: string;
+
+ // Merchant public website.
+ website?: string;
+
+ // Merchant logo.
+ logo?: ImageDataUrl;
+
// The merchant's physical address (to be put into contracts).
address: Location;
@@ -1066,6 +1084,12 @@ Inspecting instances
// Merchant name corresponding to this instance.
name: string;
+ // Merchant public website.
+ website?: string;
+
+ // Merchant logo.
+ logo?: ImageDataUrl;
+
// Merchant instance this response is about ($INSTANCE).
id: string;
@@ -1106,6 +1130,15 @@ Inspecting instances
// Merchant name corresponding to this instance.
name: string;
+ // Merchant email for customer contact.
+ email?: string;
+
+ // Merchant public website.
+ website?: string;
+
+ // Merchant logo.
+ logo?: ImageDataUrl;
+
// Public key of the merchant/instance, in Crockford Base32 encoding.
merchant_pub: EddsaPublicKey;
@@ -3139,6 +3172,15 @@ It has the following structure:
name: string;
// Label for a location with the business address of the merchant.
+ email?: string;
+
+ // Label for a location with the business address of the merchant.
+ website?: string;
+
+ // An optional base64-encoded product image.
+ logo?: ImageDataUrl;
+
+ // Label for a location with the business address of the merchant.
address?: Location;
// Label for a location that denotes the jurisdiction for disputes.