AccountBranding
primaryColorstring
Colour of the primary call to action, such as the pay button
Example:
#123456accentColorstring
Colour of small marks such as chips and focus rings. Falls back to the primary colour when absent
Example:
#abcdefbackgroundColorstring
Colour of the surface the checkout sits on. The embedded checkout stays transparent when absent
Example:
#f3f0ealogoUrlstring
Logo url to the file to be displayed during payment
AccountBranding
{
"primaryColor": "#123456",
"accentColor": "#abcdef",
"backgroundColor": "#f3f0ea",
"logoUrl": "string"
}