# ShopifyPaymentsBalanceTransaction - admin-graphql - OBJECT Version: 2024-10 ## Description A transaction that contributes to a Shopify Payments account balance. ### Access Scopes The user must have access to payouts. ## Fields * [adjustmentReason](/docs/api/admin-graphql/2024-10/scalars/String): 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](/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsAdjustmentOrder): ShopifyPaymentsAdjustmentOrder! - The adjustment orders associated to the transaction. * [amount](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The amount contributing to the balance transaction. * [associatedOrder](/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsAssociatedOrder): ShopifyPaymentsAssociatedOrder - The associated order for the balance transaction. * [associatedPayout](/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsBalanceTransactionAssociatedPayout): ShopifyPaymentsBalanceTransactionAssociatedPayout! - Payout assoicated with the transaction. * [fee](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The fee amount contributing to the balance transaction. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [net](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The net amount contributing to the merchant's balance. * [sourceId](/docs/api/admin-graphql/2024-10/scalars/BigInt): BigInt - The ID of the resource leading to the transaction. * [sourceOrderTransactionId](/docs/api/admin-graphql/2024-10/scalars/BigInt): BigInt - The id of the [Order Transaction](https://shopify.dev/docs/admin-api/rest/reference/orders/transaction) that resulted in this balance transaction. * [sourceType](/docs/api/admin-graphql/2024-10/enums/ShopifyPaymentsSourceType): ShopifyPaymentsSourceType - The source type of the balance transaction. * [test](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Wether the tranaction was created in test mode. * [transactionDate](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the balance transaction was processed. * [type](/docs/api/admin-graphql/2024-10/enums/ShopifyPaymentsTransactionType): ShopifyPaymentsTransactionType! - The type of transaction. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples