Skip to main content

AccountBrandingInput

Branding update payload.

input AccountBrandingInput {
accentColor: String
bgColor: String
logoUrl: String
iconUrl: String
}

Fields

AccountBrandingInput.accentColor ● String scalar

Accent color (hex, e.g. #0066FF).

AccountBrandingInput.bgColor ● String scalar

Background color (hex) of the hosted payment page.

AccountBrandingInput.logoUrl ● String scalar

Logo URL displayed on the payment page.

AccountBrandingInput.iconUrl ● String scalar

Icon URL used as the favicon for the payment page.

Member Of

UpdateAccountInput input