Interface SplitPaySettingsSplit

Export

SplitPaySettingsSplit

Hierarchy

  • SplitPaySettingsSplit

Properties

account_name?: string

The name of the individual or business receiving the split. Required if bank_account_id is not provided.

Memberof

SplitPaySettingsSplit

account_number?: string

The split recipient's bank account number. Required if bank_account_id is not provided.

Memberof

SplitPaySettingsSplit

bank_account_id?: string

ID of the bank account being used as the split funding destination. Required if 'account_name', 'account_number', and 'routing_number' are not provided.

Memberof

SplitPaySettingsSplit

The DDA type of the split recipient's bank account.

Memberof

SplitPaySettingsSplit

per_order_flat_fee: number

The flat fee applied to each transaction for this split, in currency minor units. per_order_percentage and per_order_flat_fee cannot both be provided, but at least one is required when Split Pay is enabled.

Memberof

SplitPaySettingsSplit

per_order_percentage: number

The percentage fee rate applied to each transaction for this split. per_order_percentage and per_order_flat_fee cannot both be provided, but at least one is required when Split Pay is enabled. The total percentage across all splits must not exceed 100%.

Memberof

SplitPaySettingsSplit

routing_number?: string

The split recipient's bank transit/routing number. Required if bank_account_id is not provided.

Memberof

SplitPaySettingsSplit

Generated using TypeDoc