Skip to main content

Relations Overview

RelationshipTypeDescription
SplitOrderPayment → PaymentCollection (Payment Module)Read-only - has oneA split order payment references a payment collection

Data Models

SplitOrderPayment

This documentation provides a reference to the SplitOrderPayment data model. It belongs to the Split Order Payment Module.
FieldTypeDescription
idPrimaryKeyModifier<IdProperty>The ID of the split order payment.
statusTextPropertyThe status of the split order payment.
currency_codeTextPropertyThe ISO 3 currency code of the split order payment. For example, usd.
authorized_amountBigNumberPropertyThe authorized amount for this seller’s portion of the order.
captured_amountBigNumberPropertyThe captured amount for this seller’s portion of the order. Defaults to 0.
refunded_amountBigNumberPropertyThe refunded amount for this seller’s portion of the order. Defaults to 0.
payment_collection_idTextPropertyThe ID of the payment collection that this split payment is part of.