Skip to main content

AccountBrandingInput

Branding update payload.

input AccountBrandingInput {
accentColor: String
bgColor: String
logoUrl: String
iconUrl: String
fontFamily: AccountBrandingFont
fontSize: Int
borderRadius: Int
}

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.

AccountBrandingInput.fontFamily ● AccountBrandingFont enum

Font applied to the hosted payment page.

AccountBrandingInput.fontSize ● Int scalar

Base text size in pixels, 12-20.

AccountBrandingInput.borderRadius ● Int scalar

Corner radius in pixels of the payment page's buttons and inputs, 0-9999. The page caps it for the card and modal.

Member Of

UpdateAccountInput input