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

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 requires paymentsonline.io to be appended to the string to be accepted as a valid URL (i.e. https://customdomain.paymentsonline.io). Note: This feature is only available to Partner accounts.

Memberof

AccountUpdateParams

Generated using TypeDoc