A transaction that contributes to a Shopify Payments account balance.
Access Scopes
The user must have access to payouts.
Fields
adjustmentReason:
String -
The reason for the adjustment that's associated with the transaction.
If the source_type isn't an adjustment, the value will be null.
adjustmentsOrders:
ShopifyPaymentsAdjustmentOrder! -
The adjustment orders associated to the transaction.
amount:
MoneyV2! -
The amount contributing to the balance transaction.
associatedOrder:
ShopifyPaymentsAssociatedOrder -
The associated order for the balance transaction.
associatedPayout:
ShopifyPaymentsBalanceTransactionAssociatedPayout! -
Payout assoicated with the transaction.
fee:
MoneyV2! -
The fee amount contributing to the balance transaction.
net:
MoneyV2! -
The net amount contributing to the merchant's balance.
sourceId:
BigInt -
The ID of the resource leading to the transaction.
sourceOrderTransactionId:
BigInt -
The id of the
[Order Transaction](https://shopify.dev/docs/admin-api/rest/reference/orders/transaction)
that resulted in this balance transaction.
sourceType:
ShopifyPaymentsSourceType -
The source type of the balance transaction.
test:
Boolean! -
Wether the tranaction was created in test mode.
transactionDate:
DateTime! -
The date and time when the balance transaction was processed.
type:
ShopifyPaymentsTransactionType! -
The type of transaction.