AccountBranding
Visual branding applied to the hosted payment page and customer-facing surfaces.
type AccountBranding {
accentColor: String
bgColor: String
logoUrl: String
iconUrl: String
}
Fields
AccountBranding.accentColor ● String scalar
Accent color (hex, e.g. #0066FF) used for buttons and highlights.
AccountBranding.bgColor ● String scalar
Background color (hex) of the hosted payment page.
AccountBranding.logoUrl ● String scalar
Logo URL displayed on the payment page.
AccountBranding.iconUrl ● String scalar
Icon URL used as the favicon for the payment page.
Member Of
Account object