From 92cc88d484b6f3615dcc074abd0c0eef7c4ac944 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 20 May 2022 12:07:54 -0300 Subject: documentation for merchant site, email and logo --- core/api-merchant.rst | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'core') 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; @@ -3138,6 +3171,15 @@ It has the following structure: // The merchant's legal name of business. 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; -- cgit v1.2.3