Skip to main content

UpdateBrandingRequest

primaryColorstring

Primary branding color in hex format

Possible values: Value must match regular expression ^#(?:[0-9a-fA-F]{3}){1,2}$

Example: #123456
secondaryColorstring

Secondary branding color in hex format

Possible values: Value must match regular expression ^#(?:[0-9a-fA-F]{3}){1,2}$

Example: #abcdef
logobinary

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",
"secondaryColor": "#abcdef",
"logo": "string"
}