Saltar al contenido principal

UpdateAccountInput

Account update payload.

input UpdateAccountInput {
branding: AccountBrandingInput
publicBusinessDetails: AccountPublicBusinessDetailsInput
timezone: String
language: String
notifications: AccountNotificationsInput
name: String
fraudDetectorThreshold: Int
fraudDetectorEnabled: Boolean
}

Fields​

UpdateAccountInput.branding ● AccountBrandingInput input​

Visual branding.

UpdateAccountInput.publicBusinessDetails ● AccountPublicBusinessDetailsInput input​

Public business information shown to customers.

UpdateAccountInput.timezone ● String scalar​

Default IANA timezone (e.g. Europe/Madrid).

UpdateAccountInput.language ● String scalar​

Preferred dashboard / communications language (BCP-47, e.g. en).

UpdateAccountInput.notifications ● AccountNotificationsInput input​

Email notification preferences.

UpdateAccountInput.name ● String scalar​

Internal account name (not shown to customers).

UpdateAccountInput.fraudDetectorThreshold ● Int scalar​

Fraud-detector score threshold (0-1000). Card payments scoring above this value are declined.

UpdateAccountInput.fraudDetectorEnabled ● Boolean scalar​

Whether the fraud detector is enabled for the account.

Member Of​

updateAccount mutation