Interface Account

Export

Account

Hierarchy

  • Account

Properties

bank_accounts: BankAccount[]

Bank accounts attached to this account. Primarily used for payouts.

Memberof

Account

business_profile?: BusinessProfile

The Business Profile for this account.

Memberof

Account

capabilities?: AccountCapability[]

Capabilities represent the assigned product codes to a given merchant account and their status.

Memberof

Account

created_at: string

Time at which the object was created.

Memberof

Account

document_requests: AccountDocument[]

Documents that have been requested for an account, which are either in the requested or submitted status

Memberof

Account

email?: string

The primary user's email address.

Memberof

Account

id: string

Unique identifier for the object.

Memberof

Account

merchant_support?: boolean

Whether Tilled is providing support for this account.

Memberof

Account

Deprecated

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.

Memberof

Account

Type declaration

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

The business name or individual name.

Memberof

Account

settings?: AccountSettings

The account settings object.

Memberof

Account

terminal_readers: TerminalReader[]

Terminal Readers attached to this account.

Memberof

Account

The Tilled account type. Can be partner or merchant.

Memberof

Account

updated_at: string

Time at which the object was last updated.

Memberof

Account

white_label_domain?: string

The partner white label domain.

Memberof

Account

Generated using TypeDoc