Skip to main content

MarkAsPaidStrategyEnum Enum

Determine the mark as paid strategy for the channel.

TRANSACTION_FLOW - new orders marked as paid will receive a TransactionItem object, that will cover the order.total.

PAYMENT_FLOW - new orders marked as paid will receive a Payment object, that will cover the order.total.

Values

TRANSACTION_FLOW

Show deprecatedHide deprecated

PAYMENT_FLOW

DEPRECATED

The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.

Member Of

OrderSettings object ● OrderSettingsInput input