UpdateBrandingRequest
primaryColorstring
Colour of the primary call to action, such as the pay button
Possible values: Value must match regular expression ^#(?:[0-9a-fA-F]{3}){1,2}$
Example:
#123456accentColorstring
Colour of small marks such as chips and focus rings. Falls back to the primary colour when absent
Possible values: Value must match regular expression ^#(?:[0-9a-fA-F]{3}){1,2}$
Example:
#abcdefbackgroundColorstring
Colour of the surface the checkout sits on. The embedded checkout stays transparent when absent
Possible values: Value must match regular expression ^#(?:[0-9a-fA-F]{3}){1,2}$
Example:
#f3f0ealogostring<binary>
Logo file to be displayed during payment. Must be JPG or PNG format, at least 128x128 pixels, and no larger than 512KB.
UpdateBrandingRequest
{
"primaryColor": "#123456",
"accentColor": "#abcdef",
"backgroundColor": "#f3f0ea",
"logo": "string"
}