Interface AccountUpdateParams

Export

AccountUpdateParams

Hierarchy

  • AccountUpdateParams

Properties

A bank account to attach to this account for receiving payouts. (Note: currently this is only used for partner account payouts) By default, providing a bank account sets it as the new default bank account for its currency.

Memberof

AccountUpdateParams

email?: string

The primary user's email address.

Memberof

AccountUpdateParams

metadata?: {
    [key: string]: string;
}

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value (i.e. \'\' or null) to them. All keys can be unset by posting an empty value (i.e. {} or null) to metadata.

Memberof

AccountUpdateParams

Type declaration

  • [key: string]: string
name?: string

The business name or individual name.

Memberof

AccountUpdateParams

Account Settings

Memberof

AccountUpdateParams

split_pay_settings?: SplitPaySettings

Split Pay settings for the account. Currently in beta and not available to all accounts.

Memberof

AccountUpdateParams

surcharging_settings?: SurchargingSettings

Surcharging settings for the account. Currently in beta and not available to all accounts.

Memberof

AccountUpdateParams

white_label_domain?: string

The custom domain the partner chooses to reflect on all of its merchant accounts as part of the white label settings. It must use the Tilled-hosted zone for the current environment, or an active reseller partner zone when enabled. Note: This feature is only available to Partner accounts.

Memberof

AccountUpdateParams

Generated using TypeDoc