Upload terminal logo

PATCH {{baseUrl}}/terminals/:terminalId/terminalLogos

Updates the logo for the payment terminal identified in the path. * To change the logo, specify the image file as a Base64-encoded string. * To restore the logo inherited from a higher level (store, merchant account, or company account), specify an empty logo value. To make this request, your API credential must have the following role: * Management API—Terminal settings read and write

Request Body

{"data"=>"LOGO_FILE_CONVERTED_TO_A_BASE-64_ENCODED_STRING"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"data":"BASE-64_ENCODED_STRING_FROM_THE_REQUEST"}