--- title: ShopifyPaymentsPayout - GraphQL Admin description: |- Payouts represent the movement of money between a merchant's Shopify Payments balance and their bank account. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsPayout md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsPayout.txt --- # Shopify​Payments​Payout object Requires The user must have access to payouts. Payouts represent the movement of money between a merchant's Shopify Payments balance and their bank account. ## Fields * business​Entity [Business​Entity!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/BusinessEntity) non-null The business entity associated with the payout. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null A globally-unique ID. * issued​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/DateTime) non-null The exact time when the payout was issued. The payout only contains balance transactions that were available at this time. * legacy​Resource​Id [Unsigned​Int64!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/UnsignedInt64) non-null The ID of the corresponding resource in the REST Admin API. * net [Money​V2!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/MoneyV2) non-null The total amount and currency of the payout. * status [Shopify​Payments​Payout​Status!](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/ShopifyPaymentsPayoutStatus) non-null The transfer status of the payout. * summary [Shopify​Payments​Payout​Summary!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsPayoutSummary) non-null The summary of the payout. * transaction​Type [Shopify​Payments​Payout​Transaction​Type!](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/ShopifyPaymentsPayoutTransactionType) non-null The direction of the payout. ### Deprecated fields * bank​Account [Shopify​Payments​Bank​Account](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsBankAccount) Deprecated * gross [Money​V2!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/MoneyV2) non-nullDeprecated *** ## Map ### Fields and connections with this object * {}[ShopifyPaymentsAccount.payouts](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsAccount#field-payouts) * {}[ShopifyPaymentsBankAccount.payouts](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsBankAccount#field-payouts) * <->[ShopifyPaymentsPayoutConnection.nodes](https://shopify.dev/docs/api/admin-graphql/2024-10/connections/ShopifyPaymentsPayoutConnection#field-nodes) * {}[ShopifyPaymentsPayoutEdge.node](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ShopifyPaymentsPayoutEdge#field-node) *** ## Interfaces * * [Legacy​Interoperability](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/LegacyInteroperability) interface * [Node](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/Node) interface *** ## ||-ShopifyPaymentsPayout Implements ### Implements * ||-[Legacy​Interoperability](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/LegacyInteroperability) * ||-[Node](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/Node)