# ShopifyPaymentsPayout - admin-graphql - OBJECT Version: 2024-10 ## Description Payouts represent the movement of money between a merchant's Shopify Payments balance and their bank account. ### Access Scopes The user must have access to payouts. ## Fields * [bankAccount](/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsBankAccount): ShopifyPaymentsBankAccount - The bank account for the payout. * [businessEntity](/docs/api/admin-graphql/2024-10/objects/BusinessEntity): BusinessEntity! - The business entity associated with the payout. * [gross](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The total amount and currency of the payout. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [issuedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The exact time when the payout was issued. The payout only contains balance transactions that were available at this time. * [legacyResourceId](/docs/api/admin-graphql/2024-10/scalars/UnsignedInt64): UnsignedInt64! - The ID of the corresponding resource in the REST Admin API. * [net](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The total amount and currency of the payout. * [status](/docs/api/admin-graphql/2024-10/enums/ShopifyPaymentsPayoutStatus): ShopifyPaymentsPayoutStatus! - The transfer status of the payout. * [summary](/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsPayoutSummary): ShopifyPaymentsPayoutSummary! - The summary of the payout. * [transactionType](/docs/api/admin-graphql/2024-10/enums/ShopifyPaymentsPayoutTransactionType): ShopifyPaymentsPayoutTransactionType! - The direction of the payout. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples