Skip to main content

AccountBranding

primaryColorstring

Colour of the primary call to action, such as the pay button

Example: #123456
accentColorstring

Colour of small marks such as chips and focus rings. Falls back to the primary colour when absent

Example: #abcdef
backgroundColorstring

Colour of the surface the checkout sits on. The embedded checkout stays transparent when absent

Example: #f3f0ea
logoUrlstring

Logo url to the file to be displayed during payment

AccountBranding
{
"primaryColor": "#123456",
"accentColor": "#abcdef",
"backgroundColor": "#f3f0ea",
"logoUrl": "string"
}