Create a logo for an existing merchant.

POST {{baseUrl}}/merchants/{{guid}}/logos

Returns status and messages (if any validation failures) related to the logo of a sub-merchant.

Request Body

{"imageBase64Encoded"=>"{{image}}"}

HEADERS

KeyDatatypeRequiredDescription
User-Idstring(Required) The user id of the submitter/technical contact.
Submitter-First-Namestring(Required) The first name of the submitter/technical contact.
Submitter-Last-Namestring(Required) The last name of the submitter/technical contact.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":"ACTIVE","messages":["Logo under review","Logo under review"]}