Interface SplitPaySettings

Export

SplitPaySettings

Hierarchy

  • SplitPaySettings

Properties

enabled: boolean

Whether SplitPay is enabled for the account. Currently in beta and not available to all accounts.

Memberof

SplitPaySettings

per_order_flat_fee: number

The flat fee amount applied to each transaction when SplitPay is enabled, in currency minor units (Required if split_pay_settings.type is set to flat_fee). Value will always be undefined for Partner and Reseller accounts. Currently in beta and not available to all accounts.

Memberof

SplitPaySettings

per_order_percentage: number

The percentage fee rate applied to each transaction when SplitPay is enabled (Required if type is set to percentage). Value will always be undefined for Partner and Reseller accounts. Currently in beta and not available to all accounts.

Memberof

SplitPaySettings

type: string

The type of fee applied to transactions when SplitPay is enabled (Required if either per_order_flat_fee or per_order_percentage is provided). Value will always be undefined for Partner and Reseller accounts. Currently in beta and not available to all accounts.

Memberof

SplitPaySettings

Generated using TypeDoc